Uses of Class
javax.faces.event.PhaseId
-
Packages that use PhaseId Package Description 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 Modifier and Type Method Description void
UIViewRoot. broadcastEvents(FacesContext context, PhaseId phaseId)
-
Uses of PhaseId in javax.faces.context
Methods in javax.faces.context that return PhaseId Modifier and Type Method Description PhaseId
FacesContext. getCurrentPhaseId()
PhaseId
FacesContextWrapper. getCurrentPhaseId()
Methods in javax.faces.context with parameters of type PhaseId Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description static List<PhaseId>
PhaseId. VALUES
Methods in javax.faces.event that return PhaseId Modifier and Type Method Description PhaseId
ExceptionQueuedEventContext. getPhaseId()
PhaseId
FacesEvent. getPhaseId()
PhaseId
PhaseEvent. getPhaseId()
PhaseId
PhaseListener. getPhaseId()
static PhaseId
PhaseId. phaseIdValueOf(String phase)
Methods in javax.faces.event with parameters of type PhaseId Modifier and Type Method Description void
FacesEvent. setPhaseId(PhaseId phaseId)
Constructors in javax.faces.event with parameters of type PhaseId Constructor Description ExceptionQueuedEventContext(FacesContext context, Throwable thrown, UIComponent component, PhaseId phaseId)
PhaseEvent(FacesContext facesContext, PhaseId phaseId, Lifecycle lifecycle)
-