|
spring-faces | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.lifecycle.Lifecycle
org.springframework.faces.webflow.FlowLifecycle
public class FlowLifecycle
Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION
phases.
This Lifecycle does not execute the RESTORE_VIEW phase since view creation and restoration are now handled by the
JsfViewFactory.
| Method Summary | |
|---|---|
void |
addPhaseListener(javax.faces.event.PhaseListener listener)
Delegates to the wrapped Lifecycle. |
void |
execute(javax.faces.context.FacesContext context)
Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION. |
javax.faces.event.PhaseListener[] |
getPhaseListeners()
Delegates to the wrapped Lifecycle. |
static javax.faces.lifecycle.Lifecycle |
newInstance()
|
void |
removePhaseListener(javax.faces.event.PhaseListener listener)
Delegates to the wrapped Lifecycle. |
void |
render(javax.faces.context.FacesContext context)
Delegates to the wrapped Lifecycle. |
| Methods inherited from class javax.faces.lifecycle.Lifecycle |
|---|
attachWindow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.faces.lifecycle.Lifecycle newInstance()
public void execute(javax.faces.context.FacesContext context)
throws javax.faces.FacesException
execute in class javax.faces.lifecycle.Lifecyclejavax.faces.FacesException
public void render(javax.faces.context.FacesContext context)
throws javax.faces.FacesException
Lifecycle.
render in class javax.faces.lifecycle.Lifecyclejavax.faces.FacesExceptionpublic void addPhaseListener(javax.faces.event.PhaseListener listener)
Lifecycle.
addPhaseListener in class javax.faces.lifecycle.Lifecyclepublic javax.faces.event.PhaseListener[] getPhaseListeners()
Lifecycle.
getPhaseListeners in class javax.faces.lifecycle.Lifecyclepublic void removePhaseListener(javax.faces.event.PhaseListener listener)
Lifecycle.
removePhaseListener in class javax.faces.lifecycle.Lifecycle
|
spring-faces | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||