Class FormatDateTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
-
- All Implemented Interfaces:
java.io.Serializable,IterationTag,JspTag,Tag
public class FormatDateTag extends FormatDateSupport
A handler for <formatDate> that supports rtexprvalue-based attributes.
- See Also:
- Serialized Form
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description FormatDateTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDateStyle(java.lang.String dateStyle)voidsetPattern(java.lang.String pattern)voidsetTimeStyle(java.lang.String timeStyle)voidsetTimeZone(java.lang.Object timeZone)voidsetType(java.lang.String type)voidsetValue(java.util.Date value)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
doEndTag, release, setScope, setVar
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setValue
public void setValue(java.util.Date value) throws JspTagException- Throws:
JspTagException
-
setType
public void setType(java.lang.String type) throws JspTagException- Throws:
JspTagException
-
setDateStyle
public void setDateStyle(java.lang.String dateStyle) throws JspTagException- Throws:
JspTagException
-
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle) throws JspTagException- Throws:
JspTagException
-
setPattern
public void setPattern(java.lang.String pattern) throws JspTagException- Throws:
JspTagException
-
setTimeZone
public void setTimeZone(java.lang.Object timeZone) throws JspTagException- Throws:
JspTagException
-
-