|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.i18n.FormatTagSupport
org.apache.taglibs.i18n.FormatDateTagSupport
public abstract class FormatDateTagSupport
Abstract base class which supports the defaulting of the value to 'now' if no other value is specified.
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 |
---|
public FormatDateTagSupport()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class FormatTagSupport
public java.lang.Object getValue()
getValue
in class FormatTagSupport
public void setValue(java.lang.Object value)
setValue
in class FormatTagSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |