com.lamatek.tags.google
Class GoogleMapInitializeTag

java.lang.Object
  extended by TagSupport
      extended by com.lamatek.tags.google.GoogleMapInitializeTag
All Implemented Interfaces:
java.io.Serializable

public class GoogleMapInitializeTag
extends TagSupport
implements java.io.Serializable

GoogleMapInitializeTag This tag represents a <googlemaps:initialize> tag. Developers should not override or subclass this class.

Version:
0.40
Author:
Tom Cole

Constructor Summary
GoogleMapInitializeTag()
           
 
Method Summary
 int doEndTag()
          Overrides doEndTag() from TagSupport.
 void setId(java.lang.String id)
          Sets the id of the parent <googlemaps:map> that this tag initializes.
 void setScope(java.lang.String scope)
          Sets the scope where this <div> should look for it's <googlemaps:map>.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapInitializeTag

public GoogleMapInitializeTag()
Method Detail

doEndTag

public int doEndTag()
Overrides doEndTag() from TagSupport. Developers should not override this method.


setId

public void setId(java.lang.String id)
Sets the id of the parent <googlemaps:map> that this tag initializes.

Parameters:
id - A valid <googlemaps:map> id value.

setScope

public void setScope(java.lang.String scope)
Sets the scope where this <div> should look for it's <googlemaps:map>. Valid values are "site" for session or "page" for pageContext.

Parameters:
scope - A string (site OR page) that denotes session or pageContext.