Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf
Class PrimaryPhaseListener

java.lang.Object
  extended by com.esri.gpt.framework.jsf.PrimaryPhaseListener
All Implemented Interfaces:
Serializable, EventListener, PhaseListener

public class PrimaryPhaseListener
extends Object
implements PhaseListener

Primary phase listener for the life cycle of a JSF based action.

See Also:
Serialized Form

Constructor Summary
PrimaryPhaseListener()
          Default constructor.
 
Method Summary
 void afterPhase(PhaseEvent event)
          Faces event fired after a PhaseEvent is processed.
 void beforePhase(PhaseEvent event)
          Faces event fired before a PhaseEvent is processed.
 PhaseId getPhaseId()
          Gets the Faces PhaseId that this listener will listen for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryPhaseListener

public PrimaryPhaseListener()
Default constructor.

Method Detail

getPhaseId

public PhaseId getPhaseId()
Gets the Faces PhaseId that this listener will listen for.

Specified by:
getPhaseId in interface PhaseListener
Returns:
the PhaseId - PhaseId.ANY_PHASE

afterPhase

public void afterPhase(PhaseEvent event)
Faces event fired after a PhaseEvent is processed.

Specified by:
afterPhase in interface PhaseListener

beforePhase

public void beforePhase(PhaseEvent event)
Faces event fired before a PhaseEvent is processed.

Specified by:
beforePhase in interface PhaseListener

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.