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