|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Stereotype @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Page
Stereotype for marking a class as page for type-safe view-configs.
Optional Element Summary | |
---|---|
String |
basePath
Allows to specify a custom base-path for the page represented by the view-conig |
String |
extension
Allows to specify the (file-)extension for the page represented by the view-conig |
String |
name
Allows to specify a custom (file-)name for the page represented by the view-conig |
Page.NavigationMode |
navigation
Allows to specify navigation-mode which should be used to navigate to the page represented by the view-config |
Page.ViewParameterMode |
viewParams
for including view params in jsf2 |
public abstract String basePath
public abstract String name
public abstract String extension
public abstract Page.NavigationMode navigation
public abstract Page.ViewParameterMode viewParams
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |