Class FormatDateSupport

  • All Implemented Interfaces:
    jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable
    Direct Known Subclasses:
    FormatDateTag, FormatDateTag

    public abstract class FormatDateSupport
    extends jakarta.servlet.jsp.tagext.TagSupport
    Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL 1.0.
    Author:
    Jan Luehe
    See Also:
    Serialized Form
    • Field Detail

      • value

        protected Date value
      • pattern

        protected String pattern
      • timeZone

        protected Object timeZone
      • dateStyle

        protected String dateStyle
      • timeStyle

        protected String timeStyle
    • Constructor Detail

      • FormatDateSupport

        public FormatDateSupport()
    • Method Detail

      • setVar

        public void setVar​(String var)
      • setScope

        public void setScope​(String scope)
      • 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
      • release

        public void release()
        Specified by:
        release in interface jakarta.servlet.jsp.tagext.Tag
        Overrides:
        release in class jakarta.servlet.jsp.tagext.TagSupport