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