public class ProcessValidationsPhase extends Phase
processValidators
on each
component in the tree.Constructor and Description |
---|
ProcessValidationsPhase() |
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()
Returns the current
Lifecycle Phase identifier. |
public javax.faces.event.PhaseId getId()
Phase
Returns the current Lifecycle
Phase identifier.
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.
Return one of the standard state change values (GOTO_EXIT
,
GOTO_NEXT
, or GOTO_RENDER
) to indicate what
the request processing lifecycle should do next.
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.