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 GoogleMapEntryTag
A JSP Tag to generate a Google LatLng literal.
Since:
1.0
Version:
6.3
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
      Renders the JSP tag, creating a Javascript GPoint.
      Specified by:
      doEndTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doEndTag in class jakarta.servlet.jsp.tagext.TagSupport
      Returns:
      TagSupport.EVAL_PAGE always
      Throws:
      jakarta.servlet.jsp.JspException