Uses of Class
javax.faces.event.PhaseId

Packages that use PhaseId
javax.faces.event   
 

Uses of PhaseId in javax.faces.event
 

Fields in javax.faces.event declared as PhaseId
static PhaseId PhaseId.ANY_PHASE
           
static PhaseId PhaseId.APPLY_REQUEST_VALUES
           
static PhaseId PhaseId.INVOKE_APPLICATION
           
static PhaseId PhaseId.PROCESS_VALIDATIONS
           
static PhaseId PhaseId.RENDER_RESPONSE
           
static PhaseId PhaseId.RESTORE_VIEW
           
static PhaseId PhaseId.UPDATE_MODEL_VALUES
           
 

Methods in javax.faces.event that return PhaseId
 PhaseId FacesEvent.getPhaseId()
           
 PhaseId PhaseListener.getPhaseId()
           
 PhaseId PhaseEvent.getPhaseId()
           
 

Methods in javax.faces.event with parameters of type PhaseId
 void FacesEvent.setPhaseId(PhaseId phaseId)
           
 

Constructors in javax.faces.event with parameters of type PhaseId
PhaseEvent(FacesContext facesContext, PhaseId phaseId, Lifecycle lifecycle)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.