Package com.sun.faces.lifecycle
Class InvokeApplicationPhase
java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.InvokeApplicationPhase
Lifetime And Scope
Same lifetime and scope as DefaultLifecycleImpl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FacesContext facesContext) Perform all state transitions required by the current phase of the request processingLifecyclefor a particular request.getId()Methods inherited from class com.sun.faces.lifecycle.Phase
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
-
Constructor Details
-
InvokeApplicationPhase
public InvokeApplicationPhase()
-
-
Method Details
-
execute
Description copied from class:PhasePerform all state transitions required by the current phase of the request processing
Lifecyclefor a particular request.- Specified by:
executein classPhase- Parameters:
facesContext- FacesContext for the current request being processed- Throws:
FacesException- if a processing error occurred while executing this phase
-
getId
-