@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Page
ViewController
.Modifier and Type | Required Element and Description |
---|---|
String |
menu
Key for the menu, this page is for.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
cssCategories
List of names of the categories which group the CSS resources that should be included when
rendering the page.
|
String[] |
jsCategories
List of names of the categories which group the JavaScript resources that should be included
when rendering the page.
|
String |
jsMessagesCategory
The category for which the localized JavaScript messages should be included
|
String |
menuMessageKey
Defines the message key to be used for menu entries directing to this page.
|
String |
submenu
Key for the submenu, this page is on
|
String |
titleKey
Message key for the title to be shown on the page.
|
public abstract String menu
public abstract String[] cssCategories
public abstract String[] jsCategories
public abstract String jsMessagesCategory
public abstract String menuMessageKey
public abstract String submenu
public abstract String titleKey
Copyright © 2019 Communote team. All rights reserved.