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


@Retention(value=RUNTIME)
@Inherited
@Target(value=METHOD)
@Documented
public @interface View

View annotation to designate Views to the controller


Required Element Summary
 String value
          The View name
 
Optional Element Summary
 boolean defaultView
          If the view is the default view.
 String pageTitleProperty
          The page Title Property
 

Element Detail

value

public abstract String value
The View name

defaultView

public abstract boolean defaultView
If the view is the default view. One and only one view should set this value to true.

Default:
false

pageTitleProperty

public abstract String pageTitleProperty
The page Title Property

Default:
""


Copyright © 2013 Mairie de Paris. All Rights Reserved.