| Package | Description |
|---|---|
| com.sun.faces.lifecycle | |
| javax.faces.event |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMethodRestrictionsPhaseListener.afterPhase(PhaseEvent event) |
void |
ELResolverInitPhaseListener.afterPhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase has just been completed.
|
void |
HttpMethodRestrictionsPhaseListener.beforePhase(PhaseEvent event) |
void |
ELResolverInitPhaseListener.beforePhase(PhaseEvent event)
Handle a notification that the processing for a particular
phase of the request processing lifecycle is about to begin.
|
protected void |
Phase.handleAfterPhase(FacesContext context,
ListIterator<PhaseListener> listenersIterator,
PhaseEvent event)
Handle
afterPhase PhaseListener events. |
protected void |
Phase.handleBeforePhase(FacesContext context,
ListIterator<PhaseListener> listenersIterator,
PhaseEvent event)
Handle
beforePhase PhaseListener events. |
| 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.
|
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.