Uses of Class
jakarta.faces.event.PhaseId
-
Packages that use PhaseId Package Description jakarta.faces.component jakarta.faces.context jakarta.faces.event -
-
Uses of PhaseId in jakarta.faces.component
Methods in jakarta.faces.component with parameters of type PhaseId Modifier and Type Method Description void
UIViewRoot. broadcastEvents(FacesContext context, PhaseId phaseId)
-
Uses of PhaseId in jakarta.faces.context
Methods in jakarta.faces.context that return PhaseId Modifier and Type Method Description PhaseId
FacesContext. getCurrentPhaseId()
PhaseId
FacesContextWrapper. getCurrentPhaseId()
Methods in jakarta.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 jakarta.faces.event
Fields in jakarta.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 jakarta.faces.event with type parameters of type PhaseId Modifier and Type Field Description static List<PhaseId>
PhaseId. VALUES
Methods in jakarta.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 jakarta.faces.event with parameters of type PhaseId Modifier and Type Method Description void
FacesEvent. setPhaseId(PhaseId phaseId)
Constructors in jakarta.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)
-