Class DateParamTagSupport

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

    public abstract class DateParamTagSupport
    extends javax.servlet.jsp.tagext.TagSupport

    Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DATE_TYPE  
      private static java.lang.String TIME_TYPE  
      private static java.lang.String TIMESTAMP_TYPE  
      protected java.lang.String type  
      protected java.util.Date value  
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void convertValue()  
      int doEndTag()  
      private void init()  
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.String type
      • value

        protected java.util.Date value
    • Constructor Detail

      • DateParamTagSupport

        public DateParamTagSupport()
    • Method Detail

      • init

        private void init()
      • 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
      • convertValue

        private void convertValue()
                           throws javax.servlet.jsp.JspException
        Throws:
        javax.servlet.jsp.JspException