|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.adf.web.faces.event.ADFPhaseListener
This listener calls into the lifecycle methods (activate and passivate) of all the WebContexts on the page.
| Field Summary | |
static java.lang.String |
CONTEXTS_ACTIVATED_ATTRIBUTE
This listener sets a request attribute under this name after it has activated all the contexts to indicate that the contexts have been activated for the current request cycle. |
| Constructor Summary | |
ADFPhaseListener()
|
|
| Method Summary | |
void |
afterPhase(javax.faces.event.PhaseEvent event)
Passivates all the WebContexts on the page after the render response phase. |
void |
beforePhase(javax.faces.event.PhaseEvent event)
Activates all the WebContexts on the page before either the apply request values phase or the render response phase. |
javax.faces.event.PhaseId |
getPhaseId()
Returns PhaseId.ANY_PHASE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CONTEXTS_ACTIVATED_ATTRIBUTE
| Constructor Detail |
public ADFPhaseListener()
| Method Detail |
public void afterPhase(javax.faces.event.PhaseEvent event)
afterPhase in interface javax.faces.event.PhaseListenerevent - PhaseEvent the Phase eventpublic void beforePhase(javax.faces.event.PhaseEvent event)
beforePhase in interface javax.faces.event.PhaseListenerevent - PhaseEvent the Phase eventpublic javax.faces.event.PhaseId getPhaseId()
getPhaseId in interface javax.faces.event.PhaseListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||