fr.paris.lutece.plugins.mvc.annotations
Annotation Type Controller


Deprecated.

@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

xpageName

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

pageTitleProperty

public abstract String pageTitleProperty
Deprecated. 
The default page title property

Default:
""

pagePathProperty

public abstract String pagePathProperty
Deprecated. 
The default page path property

Default:
""

pageTitleI18nKey

public abstract String pageTitleI18nKey
Deprecated. 
The default page title property

Default:
""

pagePathI18nKey

public abstract String pagePathI18nKey
Deprecated. 
The default page path property

Default:
""


Copyright © 2013 Mairie de Paris. All Rights Reserved.