Class FormatDateSupport

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

    public abstract class FormatDateSupport
    extends javax.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 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
      • release

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