|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.lifecycle.AbstractPhase de.mindmatters.faces.lifecycle.RenderResponsePhase
public class RenderResponsePhase
Implements the default Render Response phase of the faces lifecycle.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.mindmatters.faces.lifecycle.Phase |
---|
Phase.PhaseIdName |
Constructor Summary | |
---|---|
RenderResponsePhase()
|
Method Summary | |
---|---|
protected void |
executePhase(FacesContext context)
Perform all state transitions required by the current phase of the request processing Lifecycle for a
particular request. |
PhaseId |
getId()
Returns the current Lifecycle Phase
identifier. |
Methods inherited from class de.mindmatters.faces.lifecycle.AbstractPhase |
---|
afterPhase, beforePhase, execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderResponsePhase()
Method Detail |
---|
public final PhaseId getId()
Lifecycle
Phase
identifier.
protected void executePhase(FacesContext context)
Lifecycle
for a
particular request.
executePhase
in class AbstractPhase
context
- FacesContext for the current request being processedPhase.execute(FacesContext)
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |