Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.event |
Interfaces describing events and event
listeners, and concrete event implementation classes.
|
Modifier and Type | Method and Description |
---|---|
private static PhaseEvent |
UIViewRoot.createPhaseEvent(FacesContext context,
PhaseId phaseId) |
Modifier and Type | Method and Description |
---|---|
void |
PhaseListener.afterPhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase has just been completed.
|
void |
PhaseListener.beforePhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase of the request processing lifecycle is about to begin.
|