com.lamatek.tags.google
Class GoogleMapBodyTag

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

public class GoogleMapBodyTag
extends BodyTagSupport
implements java.io.Serializable

GoogleMapBodyTag This tag corresponds to the body contents of the GoogleMapTag. This is for advanced javascript programmers who can use it to add custom map controls. This class should not be overriden by developers.

Version:
0.40
Author:
Tom Cole

Constructor Summary
GoogleMapBodyTag()
           
 
Method Summary
 int doEndTag()
          Overrides doEndTag() in BodyTagSupport.
 int doStartTag()
          Overrides doStartTag() in BodyTagSupport.
 boolean isHtml()
          Denotes whether or not the body contains html.
 void setHtml(boolean html)
          Sets whether or not the body contains html.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapBodyTag

public GoogleMapBodyTag()
Method Detail

doStartTag

public int doStartTag()
Overrides doStartTag() in BodyTagSupport.


doEndTag

public int doEndTag()
Overrides doEndTag() in BodyTagSupport. Developers should not override this method.


isHtml

public boolean isHtml()
Denotes whether or not the body contains html. If true, then the content will be escaped, otherwise it is left as is.

Returns:
True if content contains html, false otherwise.

setHtml

public void setHtml(boolean html)
Sets whether or not the body contains html. If true, then the content will be escaped, otherwise it is left as is.

Parameters:
html - True or false.