|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapKeyTag
public class GoogleMapKeyTag
GoogleMapKeyTag This tag represents a <googlemaps:key> tag. Developers should not extend or override this class.
| Constructor Summary | |
|---|---|
GoogleMapKeyTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doEndTag() from TagSupport. |
void |
setDomain(java.lang.String domain)
Sets the domain name (i.e. |
void |
setKey(java.lang.String key)
Sets the Google Maps API key that refers to this key's domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapKeyTag()
| Method Detail |
|---|
public int doEndTag()
public void setDomain(java.lang.String domain)
domain - This key's registered domain.public void setKey(java.lang.String key)
key - A valid Google Maps API key for the current domain.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||