|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapJavascriptTag
public class GoogleMapJavascriptTag
GoogleMapJavascriptTag This tag represents a <googlemaps:javascript> tag. Developers should not override or subclass this class.
| 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 |
|---|
public GoogleMapJavascriptTag()
| Method Detail |
|---|
public int doEndTag()
public void setId(java.lang.String id)
id - A valid <googlemaps:map> id value.public void setScope(java.lang.String scope)
scope - A string (site OR page) that denotes session or pageContext.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||