|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIViewRootTestCase.PhaseListenerBean
public static class UIViewRootTestCase.PhaseListenerBean
| Constructor Summary | |
|---|---|
UIViewRootTestCase.PhaseListenerBean(PhaseId phaseId)
|
|
UIViewRootTestCase.PhaseListenerBean(PhaseId phaseId,
boolean exceptionBefore,
boolean exceptionAfter)
|
|
| Method Summary | |
|---|---|
void |
afterPhase(PhaseEvent e)
Handle a notification that the processing for a particular phase has just been completed. |
void |
beforePhase(PhaseEvent e)
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin. |
PhaseId |
getPhaseId()
Return the identifier of the request processing phase during which this listener is interested in processing PhaseEvent
events. |
boolean |
isAfterPhaseCalled()
|
boolean |
isBeforePhaseCalled()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIViewRootTestCase.PhaseListenerBean(PhaseId phaseId)
public UIViewRootTestCase.PhaseListenerBean(PhaseId phaseId,
boolean exceptionBefore,
boolean exceptionAfter)
| Method Detail |
|---|
public boolean isBeforePhaseCalled()
public boolean isAfterPhaseCalled()
public void beforePhase(PhaseEvent e)
PhaseListenerHandle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
beforePhase in interface PhaseListenerpublic void afterPhase(PhaseEvent e)
PhaseListenerHandle a notification that the processing for a particular phase has just been completed.
afterPhase in interface PhaseListenerpublic PhaseId getPhaseId()
PhaseListenerReturn the identifier of the request processing phase during
which this listener is interested in processing PhaseEvent
events. Legal values are the singleton instances defined by the
PhaseId class, including PhaseId.ANY_PHASE
to indicate an interest in being notified for all standard phases.
getPhaseId in interface PhaseListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||