Class PointTag

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

public class PointTag extends MapEntryTag
A JSP Tag to generate a Mapbox LngLat literal.
Since:
12.0
Version:
12.0
Author:
Luke
See Also:
  • Constructor Details

    • PointTag

      public PointTag()
  • Method Details

    • setPoint

      public void setPoint(GeoLocation loc)
      Sets the location of the marker.
      Parameters:
      loc - the marker's location
    • doEndTag

      public int doEndTag() throws jakarta.servlet.jsp.JspException
      Specified by:
      doEndTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doEndTag in class jakarta.servlet.jsp.tagext.TagSupport
      Throws:
      jakarta.servlet.jsp.JspException