@Stereotype @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Page
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.