|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapMessageTag
public class GoogleMapMessageTag
GoogleMapBodyTag This tag corresponds to the <googlemaps:message> tag. Developers should not extend this class or override it's methods.
| 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 |
|---|
public GoogleMapMessageTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - Message body text.public void setStyle(java.lang.String style)
style - The css_style to apply to the message.public java.lang.String getStyle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||