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.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
-
Constructor Summary
Constructors Constructor Description DateParamTagSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
convertValue()
int
doEndTag()
private void
init()
-
-
-
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:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
convertValue
private void convertValue() throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
-
-