org.apache.taglibs.standard.tag.el.fmt
Class FormatDateTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
- All Implemented Interfaces:
- java.io.Serializable, IterationTag, JspTag, Tag
public class FormatDateTag
- extends FormatDateSupport
A handler for <formatDate> that accepts attributes as Strings
and evaluates them as expressions at runtime.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
|
Constructor Summary |
FormatDateTag()
Constructs a new FormatDateTag. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, 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()
- Constructs a new FormatDateTag. As with TagSupport, subclasses
should not provide other constructors and are expected to call
the superclass constructor
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException
release
public void release()
- Specified by:
release in interface Tag- Overrides:
release in class FormatDateSupport
setValue
public void setValue(java.lang.String value_)
setType
public void setType(java.lang.String type_)
setDateStyle
public void setDateStyle(java.lang.String dateStyle_)
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle_)
setPattern
public void setPattern(java.lang.String pattern_)
setTimeZone
public void setTimeZone(java.lang.String timeZone_)
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.