public class MapDisplayTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
MapDisplayTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
double |
getLatitude() |
double |
getLongitude() |
java.lang.String |
getMapProviderKey() |
java.lang.String |
getName() |
protected java.lang.String |
getPage() |
java.lang.String |
getPoints() |
boolean |
isGeolocation() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setGeolocation(boolean geolocation) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setMapProviderKey(java.lang.String mapProviderKey) |
void |
setName(java.lang.String name) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPoints(java.lang.String points) |
callSetAttributes, cleanUpSetAttributes, doClearTag, 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, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic double getLatitude()
public double getLongitude()
public java.lang.String getMapProviderKey()
public java.lang.String getName()
public java.lang.String getPoints()
public boolean isGeolocation()
public void setGeolocation(boolean geolocation)
public void setLatitude(double latitude)
public void setLongitude(double longitude)
public void setMapProviderKey(java.lang.String mapProviderKey)
public void setName(java.lang.String name)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class ParamAndPropertyAncestorTagImplpublic void setPoints(java.lang.String points)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag