fr.paris.lutece.plugins.mvc.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 xpageName
          The XPage name as it is called in the URL
 
Optional Element Summary
 String pagePathI18nKey
          The default page path property
 String pagePathProperty
          The default page path property
 String pageTitleI18nKey
          The default page title property
 String pageTitleProperty
          The default page title property
 

Element Detail

xpageName

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

pageTitleProperty

public abstract String pageTitleProperty
The default page title property

Default:
""

pagePathProperty

public abstract String pagePathProperty
The default page path 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.