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


Deprecated.

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

View annotation to designate Views to the controller


Required Element Summary
 String value
          Deprecated. The View name
 
Optional Element Summary
 boolean defaultView
          Deprecated. If the view is the default view.
 

Element Detail

value

public abstract String value
Deprecated. 
The View name

defaultView

public abstract boolean defaultView
Deprecated. 
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.