org.dasein.net.jsp.date
Class CalendarTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.dasein.net.jsp.date.CalendarTag
All Implemented Interfaces:
Serializable, IterationTag, Tag

public class CalendarTag
extends TagSupport

CalendarTag TODO Document this class.

Last modified: $Date: 2008/12/11 22:24:33 $

Version:
$Revision: 1.3 $
Author:
george
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CalendarTag()
           
 
Method Summary
 int doEndTag()
           
 void setCalendar(String cal)
           
 void setDate(String d)
           
 void setDay(String d)
           
 void setLocale(String l)
           
 void setMonth(String m)
           
 void setTime(String y)
           
 void setVar(String v)
           
 void setYear(String y)
           
 
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
 

Constructor Detail

CalendarTag

public CalendarTag()
Method Detail

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

setDate

public void setDate(String d)
             throws JspException
Throws:
JspException

setDay

public void setDay(String d)
            throws JspException
Throws:
JspException

setLocale

public void setLocale(String l)
               throws JspException
Throws:
JspException

setMonth

public void setMonth(String m)
              throws JspException
Throws:
JspException

setTime

public void setTime(String y)
             throws JspException
Throws:
JspException

setVar

public void setVar(String v)

setYear

public void setYear(String y)
             throws JspException
Throws:
JspException