Package com.sun.faces.lifecycle
Class ProcessValidationsPhase
java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.ProcessValidationsPhase
public class ProcessValidationsPhase extends Phase
ProcessValidationsPhase executes
processValidators
on each component in the tree.-
Constructor Summary
Constructors Constructor Description ProcessValidationsPhase()
-
Method Summary
Modifier and Type Method Description void
execute(FacesContext facesContext)
Perform all state transitions required by the current phase of the request processingLifecycle
for a particular request.PhaseId
getId()
Methods inherited from class com.sun.faces.lifecycle.Phase
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
-
Constructor Details
-
ProcessValidationsPhase
public ProcessValidationsPhase()
-
-
Method Details
-
execute
Description copied from class:Phase
Perform all state transitions required by the current phase of the request processing
Lifecycle
for a particular request.- Specified by:
execute
in classPhase
- Parameters:
facesContext
- FacesContext for the current request being processed- Throws:
FacesException
- if a processing error occurred while executing this phase
-
getId
-