public class JsfViewFactory extends java.lang.Object implements ViewFactory
ViewFactory
implementation.
This factory is responsible for performing the duties of the RESTORE_VIEW phase of the JSF lifecycle.
Constructor and Description |
---|
JsfViewFactory(Expression viewIdExpression,
javax.faces.lifecycle.Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
View |
getView(RequestContext context)
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to
be rendered in the case of an executing transition.
|
public JsfViewFactory(Expression viewIdExpression, javax.faces.lifecycle.Lifecycle lifecycle)
public View getView(RequestContext context)
getView
in interface ViewFactory
context
- the flow execution request context.