fr.paris.lutece.portal.util.mvc.xpage.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.
 

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


Copyright © 2013 Mairie de Paris. All Rights Reserved.