com.lamatek.tags.google
Class GoogleMapJavascriptTag

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

public class GoogleMapJavascriptTag
extends TagSupport
implements java.io.Serializable

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

Version:
0.40
Author:
Tom Cole

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

GoogleMapJavascriptTag

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