Uses of Class
javax.faces.event.PhaseId

Packages that use PhaseId
javax.faces.component   
javax.faces.context   
javax.faces.event   
 

Uses of PhaseId in javax.faces.component
 

Methods in javax.faces.component with parameters of type PhaseId
 void UIViewRoot.broadcastEvents(FacesContext context, PhaseId phaseId)
           
 

Uses of PhaseId in javax.faces.context
 

Methods in javax.faces.context that return PhaseId
 PhaseId FacesContext.getCurrentPhaseId()
           
 PhaseId FacesContextWrapper.getCurrentPhaseId()
           
 

Methods in javax.faces.context with parameters of type PhaseId
abstract  void PartialViewContext.processPartial(PhaseId phaseId)
           
 void PartialViewContextWrapper.processPartial(PhaseId phaseId)
           
 void FacesContext.setCurrentPhaseId(PhaseId currentPhaseId)
           
 void FacesContextWrapper.setCurrentPhaseId(PhaseId currentPhaseId)
           
 

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
           
 

Fields in javax.faces.event with type parameters of type PhaseId
static List<PhaseId> PhaseId.VALUES
           
 

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



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