com.darwinsys.jsptags
Class CalendarTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.darwinsys.jsptags.CalendarTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class CalendarTag
extends javax.servlet.jsp.tagext.TagSupport

Calendar JSP Tag, cut down from Java Cookbook CalendarPage.jsp; just displays current, does not have navigator.

Version:
$Id: CalendarTag.java,v 1.4 2006/04/28 22:32:09 ian Exp $
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()
          Invoked at the end tag boundary, does the work
 
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 javax.servlet.jsp.JspException
Invoked at the end tag boundary, does the work

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.