org.dasein.net.jsp.date
Class IncrementTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dasein.net.jsp.date.IncrementTag
- All Implemented Interfaces:
- Serializable, IterationTag, Tag
public class IncrementTag
- extends TagSupport
Increments a calendar by the specified values.
Last modified: $Date: 2006/01/12 17:16:45 $
- Version:
- $Revision: 1.1 $
- Author:
- George Reese
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncrementTag
public IncrementTag()
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class TagSupport
- Throws:
JspException
setCalendar
public void setCalendar(String cal)
throws JspException
- Throws:
JspException
setIncrement
public void setIncrement(String inc)
throws JspException
- Throws:
JspException
setPeriod
public void setPeriod(String per)
throws JspException
- Throws:
JspException
Copyright © 1996-2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.