|
JSF-Spring | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewBuilder | |
---|---|
de.mindmatters.faces.application | Convenient pluggable extensions and implementations of JavaServer Faces mechanisms to manage the execution of an application that is based on JavaServer Faces. |
de.mindmatters.faces.lifecycle | Classes implementing JavaServer Faces lifecycle management. |
Uses of ViewBuilder in de.mindmatters.faces.application |
---|
Subclasses of ViewBuilder in de.mindmatters.faces.application | |
---|---|
class |
AbstractDelegatingViewBuilder
Abstract implementation of a ViewBuilder that delegates the behaviour inherited from the ViewHandler to the original view handler
of the underlying JSF implementation. |
class |
FaceletViewBuilder
ViewBuilder implementation based upon jsf-facelets. |
Uses of ViewBuilder in de.mindmatters.faces.lifecycle |
---|
Methods in de.mindmatters.faces.lifecycle with parameters of type ViewBuilder | |
---|---|
protected UIViewRoot |
RestoreViewPhase.buildView(FacesContext context,
ViewBuilder viewBuilder,
java.lang.String viewId)
Perform whatever actions are required to build the view associated with the specified FacesContext and viewId . |
|
JSF-Spring | |||||||||
PREV NEXT | FRAMES NO FRAMES |