public class ApplyRequestValuesPhase extends Phase
processDecodes on 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 and Description |
|---|
ApplyRequestValuesPhase() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(FacesContext facesContext)
Perform all state transitions required by the current phase of the request processing
Lifecycle for a particular request. |
PhaseId |
getId() |
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueExceptionpublic void execute(FacesContext facesContext) throws FacesException
Phase
Perform all state transitions required by the current phase of the request processing
Lifecycle for a particular request.
execute in class PhasefacesContext - FacesContext for the current request being processedFacesException - if a processing error occurred while executing this phaseCopyright © 1997–2020 Eclipse Foundation. All rights reserved.