Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.faces.event.PhaseId

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
           
private  PhaseId PhaseEvent._phaseId
           
private  PhaseId FacesEvent._phaseId
           
 

Methods in javax.faces.event that return PhaseId
 PhaseId PhaseListener.getPhaseId()
           
 PhaseId PhaseEvent.getPhaseId()
           
 PhaseId FacesEvent.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(javax.faces.context.FacesContext facesContext, PhaseId phaseId, javax.faces.lifecycle.Lifecycle lifecycle)