public class JsfViewFactory
extends java.lang.Object
implements org.springframework.webflow.execution.ViewFactory
ViewFactory implementation.
This factory is responsible for performing the duties of the RESTORE_VIEW phase of the JSF lifecycle.
| Constructor and Description |
|---|
JsfViewFactory(org.springframework.binding.expression.Expression viewIdExpression,
javax.faces.lifecycle.Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.View |
getView(org.springframework.webflow.execution.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(org.springframework.binding.expression.Expression viewIdExpression,
javax.faces.lifecycle.Lifecycle lifecycle)
public org.springframework.webflow.execution.View getView(org.springframework.webflow.execution.RequestContext context)
getView in interface org.springframework.webflow.execution.ViewFactory