Class FormatDateTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
com.vmware.vipclient.i18n.fmt.tag.FormatDateTag
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class FormatDateTag
extends org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
- See Also:
-
Field Summary
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
dateStyle, pattern, timeStyle, timeZone, type, valueFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields 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:
javax.servlet.jsp.JspTagException
-
setType
- Throws:
javax.servlet.jsp.JspTagException
-
setDateStyle
- Throws:
javax.servlet.jsp.JspTagException
-
setTimeStyle
- Throws:
javax.servlet.jsp.JspTagException
-
setPattern
- Throws:
javax.servlet.jsp.JspTagException
-
setTimeZone
- Throws:
javax.servlet.jsp.JspTagException
-