com.lamatek.tags.google
Class GoogleMapMessageTag

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

public class GoogleMapMessageTag
extends BodyTagSupport
implements java.io.Serializable

GoogleMapBodyTag This tag corresponds to the <googlemaps:message> tag. Developers should not extend this class or override it's methods.

Version:
0.40
Author:
Tom Cole

Constructor Summary
GoogleMapMessageTag()
           
 
Method Summary
 int doEndTag()
          Overrides doEndTag() in BodyTagSupport.
 int doStartTag()
          Overrides doStartTag() in BodyTagSupport.
 java.lang.String getMessage()
          Returns the message body text.
 java.lang.String getStyle()
          Returns the css_style for this message.
 void setMessage(java.lang.String message)
          Sets the message body text.
 void setStyle(java.lang.String style)
          Sets the css_style to use for the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapMessageTag

public GoogleMapMessageTag()
Method Detail

doStartTag

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


doEndTag

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


getMessage

public java.lang.String getMessage()
Returns the message body text. If html is set to true, this will be escaped.

Returns:
Message body text.

setMessage

public void setMessage(java.lang.String message)
Sets the message body text. If html is set to true, this will be escaped.

Parameters:
message - Message body text.

setStyle

public void setStyle(java.lang.String style)
Sets the css_style to use for the message.

Parameters:
style - The css_style to apply to the message.

getStyle

public java.lang.String getStyle()
Returns the css_style for this message.

Returns:
A css style string.