org.joda.time.contrib.jsptag
Class FormatSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.joda.time.contrib.jsptag.FormatSupport
- All Implemented Interfaces:
- IterationTag, JspTag, Serializable, Tag
- Direct Known Subclasses:
- FormatTag
- public abstract class FormatSupport
- extends TagSupport
Support for tag handlers for <formatDate>, the date and time
formatting tag in JSTL 1.0.
- Author:
- Jan Luehe, Jim Newsham
- 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 |
FormatSupport
public FormatSupport()
- Constructor.
setVar
public void setVar(String var)
setScope
public void setScope(String scope)
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException
release
public void release()
Copyright © 2005-2008 Joda.org. All Rights Reserved.