org.apache.taglibs.standard.tag.rt.fmt
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:
- java.io.Serializable, IterationTag, JspTag, Tag
public class FormatDateTag
- extends FormatDateSupport
A handler for <formatDate> that supports rtexprvalue-based
attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatDateTag
public FormatDateTag()
setValue
public void setValue(java.util.Date value)
throws JspTagException
- Throws:
JspTagException
setType
public void setType(java.lang.String type)
throws JspTagException
- Throws:
JspTagException
setDateStyle
public void setDateStyle(java.lang.String dateStyle)
throws JspTagException
- Throws:
JspTagException
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle)
throws JspTagException
- Throws:
JspTagException
setPattern
public void setPattern(java.lang.String pattern)
throws JspTagException
- Throws:
JspTagException
setTimeZone
public void setTimeZone(java.lang.Object timeZone)
throws JspTagException
- Throws:
JspTagException
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.