| Package | Description | 
|---|---|
| jakarta.faces.component | |
| jakarta.faces.context | |
| jakarta.faces.event | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UIViewRoot. broadcastEvents(FacesContext context,
               PhaseId phaseId) | 
| Modifier and Type | Method and Description | 
|---|---|
| PhaseId | FacesContext. getCurrentPhaseId() | 
| PhaseId | FacesContextWrapper. getCurrentPhaseId() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | PartialViewContext. processPartial(PhaseId phaseId) | 
| void | PartialViewContextWrapper. processPartial(PhaseId phaseId) | 
| void | FacesContext. setCurrentPhaseId(PhaseId currentPhaseId) | 
| void | FacesContextWrapper. setCurrentPhaseId(PhaseId currentPhaseId) | 
| Modifier and Type | Field and 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| static List<PhaseId> | PhaseId. VALUES | 
| Modifier and Type | Method and Description | 
|---|---|
| PhaseId | FacesEvent. getPhaseId() | 
| PhaseId | PhaseEvent. getPhaseId() | 
| PhaseId | ExceptionQueuedEventContext. getPhaseId() | 
| PhaseId | PhaseListener. getPhaseId() | 
| static PhaseId | PhaseId. phaseIdValueOf(String phase) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FacesEvent. setPhaseId(PhaseId phaseId) | 
| Constructor and Description | 
|---|
| ExceptionQueuedEventContext(FacesContext context,
                           Throwable thrown,
                           UIComponent component,
                           PhaseId phaseId) | 
| PhaseEvent(FacesContext facesContext,
          PhaseId phaseId,
          Lifecycle lifecycle) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.