|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Deprecated @Retention(value=RUNTIME) @Inherited @Target(value=TYPE) @Documented public @interface Controller
Controller annotation to define XPage default parameters
Required Element Summary | |
---|---|
String |
xpageName
Deprecated. The XPage name as it is called in the URL |
Optional Element Summary | |
---|---|
String |
pagePathI18nKey
Deprecated. The default page path property |
String |
pagePathProperty
Deprecated. The default page path property |
String |
pageTitleI18nKey
Deprecated. The default page title property |
String |
pageTitleProperty
Deprecated. The default page title property |
Element Detail |
---|
public abstract String xpageName
public abstract String pageTitleProperty
public abstract String pagePathProperty
public abstract String pageTitleI18nKey
public abstract String pagePathI18nKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |