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:
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(String dateStyle)voidsetPattern(String pattern)voidsetTimeStyle(String timeStyle)voidsetTimeZone(Object timeZone)voidsetType(String type)voidsetValue(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(Date value) throws JspTagException
- Throws:
JspTagException
-
setType
public void setType(String type) throws JspTagException
- Throws:
JspTagException
-
setDateStyle
public void setDateStyle(String dateStyle) throws JspTagException
- Throws:
JspTagException
-
setTimeStyle
public void setTimeStyle(String timeStyle) throws JspTagException
- Throws:
JspTagException
-
setPattern
public void setPattern(String pattern) throws JspTagException
- Throws:
JspTagException
-
setTimeZone
public void setTimeZone(Object timeZone) throws JspTagException
- Throws:
JspTagException
-
-