org.apache.taglibs.i18n
Class FormatDateTagSupport

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.taglibs.i18n.FormatTagSupport
          extended by org.apache.taglibs.i18n.FormatDateTagSupport
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
FormatDateTag, FormatDateTimeTag, FormatTimeTag

public abstract class FormatDateTagSupport
extends FormatTagSupport

Abstract base class which supports the defaulting of the value to 'now' if no other value is specified.

Version:
$Revision$
Author:
James Strachan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.taglibs.i18n.FormatTagSupport
_tagname
 
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
FormatDateTagSupport()
           
 
Method Summary
 java.lang.Object getValue()
           
 void release()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.apache.taglibs.i18n.FormatTagSupport
doEndTag, doStartTag, getDefaultText, getFormat, getLocale, getStyleCode, handleIOException, setDefaultText, setLocale
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, 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

FormatDateTagSupport

public FormatDateTagSupport()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class FormatTagSupport

getValue

public java.lang.Object getValue()
Overrides:
getValue in class FormatTagSupport

setValue

public void setValue(java.lang.Object value)
Overrides:
setValue in class FormatTagSupport


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.