com.esri.adf.web.ags.faces.event
Class EditPhaseListener

java.lang.Object
  extended by com.esri.adf.web.ags.faces.event.EditPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class EditPhaseListener
extends Object
implements javax.faces.event.PhaseListener, Serializable

Defines phase listener for the editing task. It handles requests with the "&EditTask=EditTask" key value pair.

See Also:
Serialized Form

Constructor Summary
EditPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent phaseEvent)
           
 void beforePhase(javax.faces.event.PhaseEvent arg0)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditPhaseListener

public EditPhaseListener()
Method Detail

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent arg0)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent phaseEvent)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener