BodyTag
, IterationTag
, JspTag
, Tag
public class DateTag extends BodyTagSupport
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
bodyContent
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
id, pageContext
Constructor | Description |
---|---|
DateTag() |
Modifier and Type | Method | Description |
---|---|---|
int |
doAfterBody() |
|
int |
doEndTag() |
|
void |
doInitBody() |
|
int |
doStartTag() |
|
Tag |
getParent() |
|
void |
release() |
|
void |
setBodyContent(BodyContent content) |
|
void |
setPageContext(PageContext pageContext) |
|
void |
setParent(Tag parent) |
|
void |
setTz(java.lang.String value) |
getBodyContent, getPreviousOut
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAncestorWithClass, getId, getValue, getValues, removeValue, setId, setValue
public void setParent(Tag parent)
setParent
in interface Tag
setParent
in class TagSupport
public Tag getParent()
getParent
in interface Tag
getParent
in class TagSupport
public void setBodyContent(BodyContent content)
setBodyContent
in interface BodyTag
setBodyContent
in class BodyTagSupport
public void setPageContext(PageContext pageContext)
setPageContext
in interface Tag
setPageContext
in class TagSupport
public void setTz(java.lang.String value)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
JspException
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
public void doInitBody() throws JspException
doInitBody
in interface BodyTag
doInitBody
in class BodyTagSupport
JspException
public int doAfterBody() throws JspException
doAfterBody
in interface IterationTag
doAfterBody
in class BodyTagSupport
JspException
public void release()
release
in interface Tag
release
in class BodyTagSupport
Copyright © 1995–2018 Webtide. All rights reserved.