Class DateParamTagSupport
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.sql.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
public abstract class DateParamTagSupport extends javax.servlet.jsp.tagext.TagSupportTag 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.StringDATE_TYPEprivate static java.lang.StringTIME_TYPEprivate static java.lang.StringTIMESTAMP_TYPEprotected java.lang.Stringtypeprotected java.util.Datevalue
-
Constructor Summary
Constructors Constructor Description DateParamTagSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidconvertValue()intdoEndTag()private voidinit()
-
-
-
Field Detail
-
TIMESTAMP_TYPE
private static final java.lang.String TIMESTAMP_TYPE
- See Also:
- Constant Field Values
-
TIME_TYPE
private static final java.lang.String TIME_TYPE
- See Also:
- Constant Field Values
-
DATE_TYPE
private static final java.lang.String DATE_TYPE
- See Also:
- Constant Field Values
-
type
protected java.lang.String type
-
value
protected java.util.Date value
-
-
Method Detail
-
init
private void init()
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException
-
convertValue
private void convertValue() throws javax.servlet.jsp.JspException- Throws:
javax.servlet.jsp.JspException
-
-