Class FormatDateTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
-
- org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class FormatDateTag extends FormatDateSupport
A handler for <formatDate> that accepts attributes as Strings and evaluates them as expressions at runtime.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatDateTag()
Constructs a new FormatDateTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
void
release()
void
setDateStyle(String dateStyle_)
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.FormatDateSupport
doEndTag, setScope, setVar
-
-
-
-
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.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classFormatDateSupport
-
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_)
-
-