org.joda.time.contrib.jsptag
Class ParseDateTimeSupport

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.joda.time.contrib.jsptag.ParseDateTimeSupport
All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Serializable, Tag
Direct Known Subclasses:
ParseDateTimeTag

public abstract class ParseDateTimeSupport
extends BodyTagSupport

Support for tag handlers for <parseDate>, the date and time parsing tag in JSTL 1.0.

Author:
Jan Luehe, Jim Newsham
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ParseDateTimeSupport()
          Constructor.
 
Method Summary
 int doEndTag()
           
 void release()
           
 void setScope(String scope)
           
 void setVar(String var)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ParseDateTimeSupport

public ParseDateTimeSupport()
Constructor.

Method Detail

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.