Class BoundsTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.JSTag
org.deltava.taglib.mapbox.MapEntryTag
org.deltava.taglib.mapbox.BoundsTag
- All Implemented Interfaces:
- Serializable,- IterationTag,- JspTag,- Tag
A JSP tag to create a MapBox LatLngBounds object.
- Since:
- 6.3
- Version:
- 12.0
- Author:
- Luke
- See Also:
- 
Field SummaryFields inherited from class org.deltava.taglib.JSTag_jsVarNameFields inherited from class javax.servlet.jsp.tagext.TagSupportid, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTagEVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.TagEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintdoEndTag()voidrelease()voidsetItems(Collection<GeoLocation> pts) Sets the points to use to calculate the bounding box.Methods inherited from class org.deltava.taglib.mapbox.MapEntryTagdoStartTag, generateIconMarker, generateMarker, getAPIVersionMethods inherited from class org.deltava.taglib.JSTagsetConst, setVar, writeVariableNameMethods inherited from class javax.servlet.jsp.tagext.TagSupportdoAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
- 
Constructor Details- 
BoundsTagpublic BoundsTag()
 
- 
- 
Method Details- 
setItemsSets the points to use to calculate the bounding box.- Parameters:
- pts- a Collection of GeoLocation objects
 
- 
release
- 
doEndTag- Specified by:
- doEndTagin interface- Tag
- Overrides:
- doEndTagin class- TagSupport
- Throws:
- JspException
 
 
-