Package com.sun.faces.lifecycle
Class ApplyRequestValuesPhase
- java.lang.Object
-
- com.sun.faces.lifecycle.Phase
-
- com.sun.faces.lifecycle.ApplyRequestValuesPhase
-
public class ApplyRequestValuesPhase extends Phase
ApplyRequestValuesPhase executesprocessDecodeson each component in the tree so that it may update it's current value from the information included in the current request (parameters, headers, c cookies and so on.)
-
-
Constructor Summary
Constructors Constructor Description ApplyRequestValuesPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(FacesContext facesContext)Perform all state transitions required by the current phase of the request processingLifecyclefor a particular request.PhaseIdgetId()-
Methods inherited from class com.sun.faces.lifecycle.Phase
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
-
-
-
-
Method Detail
-
execute
public void execute(FacesContext facesContext) throws FacesException
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
-
-