public class MapTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
MapTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
void |
setApiKey(java.lang.String apiKey) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setGeolocation(boolean geolocation) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setName(java.lang.String name) |
void |
setPoints(java.lang.String points) |
void |
setProvider(java.lang.String provider) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic void setApiKey(java.lang.String apiKey)
public void setGeolocation(boolean geolocation)
public void setLatitude(double latitude)
public void setLongitude(double longitude)
public void setName(java.lang.String name)
public void setPoints(java.lang.String points)
public void setProvider(java.lang.String provider)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag