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:
java.io.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:
- Serialized Form
-
-
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
-
-
-
-
Method Detail
-
setValue
public void setValue(java.util.Date value) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
setType
public void setType(java.lang.String type) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
setDateStyle
public void setDateStyle(java.lang.String dateStyle) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
setPattern
public void setPattern(java.lang.String pattern) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
setTimeZone
public void setTimeZone(java.lang.Object timeZone) throws javax.servlet.jsp.JspTagException- Throws:
javax.servlet.jsp.JspTagException
-
-