Class ParseDateTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
-
- org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ParseDateTag extends ParseDateSupport
A handler for <parseDate> that accepts attributes as Strings and evaluates them as expressions at runtime.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
dateStyle, parseLocale, pattern, timeStyle, timeZone, type, value, valueSpecified
-
-
Constructor Summary
Constructors Constructor Description ParseDateTag()
Constructs a new ParseDateTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
void
release()
void
setDateStyle(String dateStyle_)
void
setParseLocale(String parseLocale_)
void
setPattern(String pattern_)
void
setTimeStyle(String timeStyle_)
void
setTimeZone(String timeZone_)
void
setType(String type_)
void
setValue(String value_)
-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.ParseDateSupport
doEndTag, setScope, setVar
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classParseDateSupport
-
setValue
public void setValue(String value_)
-
setType
public void setType(String type_)
-
setDateStyle
public void setDateStyle(String dateStyle_)
-
setTimeStyle
public void setTimeStyle(String timeStyle_)
-
setPattern
public void setPattern(String pattern_)
-
setTimeZone
public void setTimeZone(String timeZone_)
-
setParseLocale
public void setParseLocale(String parseLocale_)
-
-