|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.InvokeApplicationPhase
public class InvokeApplicationPhase
Lifetime And Scope
Same lifetime and scope as DefaultLifecycleImpl.
| Constructor Summary | |
|---|---|
InvokeApplicationPhase()
|
|
| Method Summary | |
|---|---|
void |
execute(javax.faces.context.FacesContext facesContext)
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request. |
javax.faces.event.PhaseId |
getId()
Returns the current Lifecycle Phase identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokeApplicationPhase()
| Method Detail |
|---|
public javax.faces.event.PhaseId getId()
PhaseReturns the current Lifecycle Phase identifier.
getId in class Phase
public void execute(javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
PhasePerform all state transitions required by the current phase of the
request processing Lifecycle for a particular request.
Return one of the standard state change values (GOTO_EXIT,
GOTO_NEXT, or GOTO_RENDER) to indicate what
the request processing lifecycle should do next.
execute in class PhasefacesContext - FacesContext for the current request being processed
javax.faces.FacesException - if a processing error occurred while
executing this phase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||