Interface | Description |
---|---|
Page.Extension |
Extension of the markup file
|
PageBeanDescriptor |
Descriptor for page-beans
|
ViewConfigDescriptor |
Descriptor for view-configs
|
ViewConfigResolver |
Resolver for view-configs
|
Enum | Description |
---|---|
Page.NavigationMode |
Type of the navigation which should be used by the
NavigationHandler |
Page.ViewParameterMode |
Mode specifies if JSF2 should include view-params
|
Annotation Type | Description |
---|---|
InitView |
View-controller annotation for page-beans.
|
InlineViewConfigRoot |
Only required for inline view-configs!
Annotate a marker class or interface with this annotation for marking the package of the marker as base package.
|
Page |
Stereotype for marking a class as page for type-safe view-configs.
|
PageBean |
Specifies one or more page-beans via the type-safe view-config.
|
PageBean.List |
Allows to specify multiple page-beans
|
PageParameter |
This annotation can be used as interceptor for JSF action methods or
as simple annotation at View-Configs annotated with
Page or
sub-classes of such classes. |
PageParameter.List | |
PostRenderView |
View-controller annotation for page-beans.
|
PrePageAction |
View-controller annotation for page-beans.
|
PreRenderView |
View-controller annotation for page-beans.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.