com.esri.adf.web.faces.event
Class InfoWindowPhaseListener

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

public class InfoWindowPhaseListener
extends java.lang.Object
implements javax.faces.event.PhaseListener

See Also:
Serialized Form

Field Summary
static java.lang.String REQUEST_PARAM
           
 
Constructor Summary
InfoWindowPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 void createSymbolElement(org.w3c.dom.Element layerEL, java.lang.String contextPath, WebSymbol defaultSymbol, WebSymbol highlightSymbol)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAM

public static final java.lang.String REQUEST_PARAM
See Also:
Constant Field Values
Constructor Detail

InfoWindowPhaseListener

public InfoWindowPhaseListener()
Method Detail

getPhaseId

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

beforePhase

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

afterPhase

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

createSymbolElement

public void createSymbolElement(org.w3c.dom.Element layerEL,
                                java.lang.String contextPath,
                                WebSymbol defaultSymbol,
                                WebSymbol highlightSymbol)