Uses of Class
jakarta.faces.event.PhaseId
Packages that use PhaseId
-
Uses of PhaseId in jakarta.faces.component
Methods in jakarta.faces.component with parameters of type PhaseIdModifier and TypeMethodDescriptionvoid
UIViewRoot.broadcastEvents
(FacesContext context, PhaseId phaseId) -
Uses of PhaseId in jakarta.faces.context
Methods in jakarta.faces.context that return PhaseIdModifier and TypeMethodDescriptionFacesContext.getCurrentPhaseId()
FacesContextWrapper.getCurrentPhaseId()
Methods in jakarta.faces.context with parameters of type PhaseIdModifier and TypeMethodDescriptionabstract 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 PhaseIdModifier and TypeFieldDescriptionstatic final PhaseId
PhaseId.ANY_PHASE
static final PhaseId
PhaseId.APPLY_REQUEST_VALUES
static final PhaseId
PhaseId.INVOKE_APPLICATION
static final PhaseId
PhaseId.PROCESS_VALIDATIONS
static final PhaseId
PhaseId.RENDER_RESPONSE
static final PhaseId
PhaseId.RESTORE_VIEW
static final PhaseId
PhaseId.UPDATE_MODEL_VALUES
Fields in jakarta.faces.event with type parameters of type PhaseIdMethods in jakarta.faces.event that return PhaseIdModifier and TypeMethodDescriptionExceptionQueuedEventContext.getPhaseId()
FacesEvent.getPhaseId()
PhaseEvent.getPhaseId()
PhaseListener.getPhaseId()
static PhaseId
PhaseId.phaseIdValueOf
(String phase) Methods in jakarta.faces.event with parameters of type PhaseIdConstructors in jakarta.faces.event with parameters of type PhaseIdModifierConstructorDescriptionExceptionQueuedEventContext
(FacesContext context, Throwable thrown, UIComponent component, PhaseId phaseId) PhaseEvent
(FacesContext facesContext, PhaseId phaseId, Lifecycle lifecycle)