|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasePhaseListener
com.webmethods.caf.faces.bean.PreferencesPhaseListener
public class PreferencesPhaseListener
This listener will delegate to the appropriate page bean.
This class is not intended to be used by clients.
Constructor Summary | |
---|---|
PreferencesPhaseListener()
|
Method Summary | |
---|---|
void |
afterPhase(PhaseEvent phaseEvent)
Handles a notification that the processing for a particular phase has just been completed. |
void |
beforePhase(PhaseEvent phaseEvent)
Handles a notification that the processing for a particular phase of the request processing lifecycle is about to begin. |
PhaseId |
getPhaseId()
Returns PhaseId#ANY_PHASE which indicates all standard phases. |
protected BaseFacesPreferencesBean |
getPreferencesBean(FacesContext facesContext)
Returns the object of BaseFacesPreferencesBean if there is one,
else returns null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreferencesPhaseListener()
Method Detail |
---|
public PhaseId getPhaseId()
PhaseId#ANY_PHASE
which indicates all standard phases.
PhaseListener
protected BaseFacesPreferencesBean getPreferencesBean(FacesContext facesContext)
BaseFacesPreferencesBean
if there is one,
else returns null.
facesContext
- the context.
BaseFacesPreferencesBean
or null if none present.public void afterPhase(PhaseEvent phaseEvent)
PhaseListener
public void beforePhase(PhaseEvent phaseEvent)
PhaseListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |