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
A handler for <formatDate> that supports rtexprvalue-based attributes.
- See Also:
-
Field Summary
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDateStyle(String dateStyle) voidsetPattern(String pattern) voidsetTimeStyle(String timeStyle) voidsetTimeZone(Object timeZone) voidvoidMethods inherited from class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
doEndTag, release, setScope, setVarMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
FormatDateTag
public FormatDateTag()
-
-
Method Details
-
setValue
- Throws:
JspTagException
-
setType
- Throws:
JspTagException
-
setDateStyle
- Throws:
JspTagException
-
setTimeStyle
- Throws:
JspTagException
-
setPattern
- Throws:
JspTagException
-
setTimeZone
- Throws:
JspTagException
-