public class DateTag extends BodyTagSupport
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
DateTag() |
Modifier and Type | Method and 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(String value) |
getBodyContent, getPreviousOut
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(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-2015 Webtide. All Rights Reserved.