|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String value
public abstract boolean defaultView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |