com.windgazer.util.io.taglib
Class FileDateTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.windgazer.util.date.taglib.DateTag
              |
              +--com.windgazer.util.io.taglib.FileDateTag
All Implemented Interfaces:
com.windgazer.util.date.DateProvider, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FileDateTag
extends com.windgazer.util.date.taglib.DateTag

DateProvider based on the com.windgazer.util.date.taglib.DateTag.
This tag fetches the date from the surrounding FileProvider and provides it to enclosed Date attribute-tags.

Version:
1.1
Author:
Martin 'Kemanorel' Reurings
See Also:
DateTag, Serialized Form

Field Summary
 
Fields inherited from class com.windgazer.util.date.taglib.DateTag
date
 
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
FileDateTag()
           
 
Method Summary
 int doStartTag()
          Implementation of the BodyTagSupport Class.
 
Methods inherited from class com.windgazer.util.date.taglib.DateTag
doEndTag, getDate, getDateCountry, getDateLanguage, getDatePattern, getSimpleDateFormat, setCountry, setLanguage, setLong, setPattern
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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

FileDateTag

public FileDateTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Implementation of the BodyTagSupport Class.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class com.windgazer.util.date.taglib.DateTag
Returns:
super.doStartTag()
javax.servlet.jsp.JspTagException


Copyright © 2003 Windgazer Design. All Rights Reserved.