|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.view.faces.ViewPhaseListener
public class ViewPhaseListener
ViewPhaseListener is a JavaServer Faces PhaseListener
that implements phase related functionality for the view controller
portion of Shale.
| Field Summary | |
|---|---|
static java.lang.String |
PHASE_ID
Request scope attribute under which the PhaseId for the
current phase is exposed. |
| Constructor Summary | |
|---|---|
ViewPhaseListener()
|
|
| Method Summary | |
|---|---|
void |
afterPhase(javax.faces.event.PhaseEvent event)
Perform after-phase processing for the phase defined in the specified event. |
void |
beforePhase(javax.faces.event.PhaseEvent event)
Perform before-phase processing for the phase defined in the specified event. |
javax.faces.event.PhaseId |
getPhaseId()
Return PhaseId.ANY_PHASE, indicating our interest
in all phases of the request processing lifecycle. |
| 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 PHASE_ID
Request scope attribute under which the PhaseId for the
current phase is exposed.
| Constructor Detail |
|---|
public ViewPhaseListener()
| Method Detail |
|---|
public void afterPhase(javax.faces.event.PhaseEvent event)
Perform after-phase processing for the phase defined in the specified event.
afterPhase in interface javax.faces.event.PhaseListenerevent - PhaseEvent for the current eventpublic void beforePhase(javax.faces.event.PhaseEvent event)
Perform before-phase processing for the phase defined in the specified event.
beforePhase in interface javax.faces.event.PhaseListenerevent - PhaseEvent for the current eventpublic javax.faces.event.PhaseId getPhaseId()
Return PhaseId.ANY_PHASE, indicating our interest
in all phases of the request processing lifecycle.
getPhaseId in interface javax.faces.event.PhaseListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||