@Retention(value=RUNTIME) @Inherited @Target(value=TYPE) @Documented public @interface Controller
Modifier and Type | Required Element and Description |
---|---|
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
|
Modifier and Type | Optional Element and Description |
---|---|
String |
pagePathI18nKey
The default page path property
|
String |
pageTitleI18nKey
The default page title property
|
String |
pageTitleProperty
The default page title property
|
public abstract String controllerJsp
public abstract String controllerPath
public abstract String right
public abstract String pageTitleProperty
public abstract String pageTitleI18nKey
public abstract String pagePathI18nKey
Copyright © 2016 Mairie de Paris. All Rights Reserved.