|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.faces.webflow.JsfViewFactory
public class JsfViewFactory
JSF-specific ViewFactory implementation.
This factory is responsible for performing the duties of the RESTORE_VIEW phase of the JSF lifecycle.
| Constructor Summary | |
|---|---|
JsfViewFactory(Expression viewIdExpression,
javax.faces.lifecycle.Lifecycle lifecycle)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsfViewFactory(Expression viewIdExpression,
javax.faces.lifecycle.Lifecycle lifecycle)
| Method Detail |
|---|
public View getView(RequestContext context)
getView in interface ViewFactorycontext - the flow execution request context.
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||