com.lamatek.tags.google
Class GoogleMapScriptTag

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

public class GoogleMapScriptTag
extends TagSupport
implements java.io.Serializable

GoogleMapScriptTag This class represents a <googlemaps;scriptt> tag. Developers should not subclass or override this class or it's methods.

Version:
0.40
Author:
Tom Cole

Constructor Summary
GoogleMapScriptTag()
           
 
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

GoogleMapScriptTag

public GoogleMapScriptTag()
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.