Package | Description |
---|---|
javax.faces.event |
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 | Method and Description |
---|---|
PhaseId |
FacesEvent.getPhaseId() |
PhaseId |
PhaseListener.getPhaseId() |
PhaseId |
PhaseEvent.getPhaseId() |
Modifier and Type | Method and Description |
---|---|
void |
FacesEvent.setPhaseId(PhaseId phaseId) |
Constructor and Description |
---|
PhaseEvent(FacesContext facesContext,
PhaseId phaseId,
Lifecycle lifecycle) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.