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

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

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

See Also:
Serialized Form

Field Summary
static String REQUEST_PARAM
           
 
Constructor Summary
InfoWindowPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 void createSymbolElement(Element layerEL, String contextPath, WebSymbol defaultSymbol, WebSymbol highlightSymbol)
           
static com.esri.internal.adf.web.data.ClientFeatureCache getClientFeatureCacheBean(WebContext wc)
           
 javax.faces.event.PhaseId getPhaseId()
           
static WebContext getWebContext(javax.faces.context.FacesContext context)
           
 
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 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

getClientFeatureCacheBean

public static com.esri.internal.adf.web.data.ClientFeatureCache getClientFeatureCacheBean(WebContext wc)

getWebContext

public static WebContext getWebContext(javax.faces.context.FacesContext context)

afterPhase

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

createSymbolElement

public void createSymbolElement(Element layerEL,
                                String contextPath,
                                WebSymbol defaultSymbol,
                                WebSymbol highlightSymbol)