fr.paris.lutece.portal.util.mvc.admin.annotations
Annotation Type Controller


@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

controllerJsp

public abstract String controllerJsp
The XPage name as it is called in the URL


controllerPath

public abstract String controllerPath
Path of the controller JSP


right

public abstract String right
The right associated to the JSP

pageTitleProperty

public abstract String pageTitleProperty
The default page title property

Default:
""

pageTitleI18nKey

public abstract String pageTitleI18nKey
The default page title property

Default:
""

pagePathI18nKey

public abstract String pagePathI18nKey
The default page path property

Default:
""


Copyright © 2013 Mairie de Paris. All Rights Reserved.