Class StringTemplateTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class StringTemplateTag
    extends javax.servlet.jsp.tagext.TagSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • StringTemplateTag

        public StringTemplateTag()
    • Method Detail

      • getLocationBase

        public String getLocationBase()
        Returns:
        the locationBase
      • setLocationBase

        public void setLocationBase​(String locationBase)
        Parameters:
        locationBase - the locationBase to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • doStartTag

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

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