com.sun.faces.lifecycle
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.)Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOGGER |
Constructor and Description |
---|
ApplyRequestValuesPhase() |
Modifier and Type | Method and Description |
---|---|
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() |
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
public void execute(javax.faces.context.FacesContext facesContext) throws javax.faces.FacesException
Phase
Perform all state transitions required by the current phase of the
request processing Lifecycle
for a
particular request.
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.