org.apache.taglibs.standard.tag.common.fmt
Class FormatDateSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport
- All Implemented Interfaces:
- java.io.Serializable, IterationTag, JspTag, Tag
- Direct Known Subclasses:
- FormatDateTag, FormatDateTag
public abstract class FormatDateSupport
- extends TagSupport
Support for tag handlers for <formatDate>, the date and time
formatting tag in JSTL 1.0.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
dateStyle
|
protected java.lang.String |
pattern
|
protected java.lang.String |
timeStyle
|
protected java.lang.Object |
timeZone
|
protected java.lang.String |
type
|
protected java.util.Date |
value
|
| 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 |
value
protected java.util.Date value
type
protected java.lang.String type
pattern
protected java.lang.String pattern
timeZone
protected java.lang.Object timeZone
dateStyle
protected java.lang.String dateStyle
timeStyle
protected java.lang.String timeStyle
FormatDateSupport
public FormatDateSupport()
setVar
public void setVar(java.lang.String var)
setScope
public void setScope(java.lang.String scope)
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class TagSupport
- Throws:
JspException
release
public void release()
- Specified by:
release in interface Tag- Overrides:
release in class TagSupport
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.