Class GoogleJSTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.content.GoogleJSTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class GoogleJSTag extends TagSupport
A JSP tag to embed the Google asynchronous JavaScript API.
Since:
5.0
Version:
9.0
Author:
Luke
See Also:
  • Constructor Details

    • GoogleJSTag

      public GoogleJSTag()
  • Method Details

    • setModule

      public void setModule(String moduleName)
      Sets the module name to load.
      Parameters:
      moduleName -
    • doEndTag

      public int doEndTag() throws JspException
      Renders the tag.
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class TagSupport
      Returns:
      EVAL_PAGE always
      Throws:
      JspException - if an error occurs