|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.acme.DateTag
public class DateTag
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 | |
---|---|
DateTag()
|
Method Summary | |
---|---|
int |
doAfterBody()
After the body evaluation: do not reevaluate and continue with the page. |
int |
doEndTag()
Default processing of the end tag returning EVAL_PAGE. |
void |
doInitBody()
Prepare for evaluation of the body just before the first body evaluation: no action. |
int |
doStartTag()
Default processing of the start tag returning EVAL_BODY_BUFFERED. |
Tag |
getParent()
The Tag instance most closely enclosing this tag instance. |
void |
release()
Release state. |
void |
setBodyContent(BodyContent content)
Prepare for evaluation of the body: stash the bodyContent away. |
void |
setPageContext(PageContext pageContext)
Set the page context. |
void |
setParent(Tag parent)
Set the nesting tag of this tag. |
void |
setTz(java.lang.String value)
|
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
getBodyContent, getPreviousOut |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getValue, getValues, removeValue, setId, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateTag()
Method Detail |
---|
public void setParent(Tag parent)
TagSupport
setParent
in interface Tag
setParent
in class TagSupport
parent
- The parent Tag.Tag.setParent(Tag)
public Tag getParent()
TagSupport
getParent
in interface Tag
getParent
in class TagSupport
Tag.getParent()
public void setBodyContent(BodyContent content)
BodyTagSupport
setBodyContent
in interface BodyTag
setBodyContent
in class BodyTagSupport
content
- the BodyContentBodyTagSupport.doAfterBody()
,
BodyTagSupport.doInitBody()
,
BodyTag.setBodyContent(javax.servlet.jsp.tagext.BodyContent)
public void setPageContext(PageContext pageContext)
TagSupport
setPageContext
in interface Tag
setPageContext
in class TagSupport
pageContext
- The PageContext.Tag.setPageContext(javax.servlet.jsp.PageContext)
public void setTz(java.lang.String value)
public int doStartTag() throws JspException
BodyTagSupport
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
JspException
- if an error occurred while processing this tagTag.doStartTag()
public int doEndTag() throws JspException
BodyTagSupport
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
- if an error occurred while processing this tagTag.doEndTag()
public void doInitBody() throws JspException
BodyTagSupport
doInitBody
in interface BodyTag
doInitBody
in class BodyTagSupport
JspException
- if an error occurred while processing this tagBodyTagSupport.setBodyContent(javax.servlet.jsp.tagext.BodyContent)
,
BodyTagSupport.doAfterBody()
,
BodyTag.doInitBody()
public int doAfterBody() throws JspException
BodyTagSupport
doAfterBody
in interface IterationTag
doAfterBody
in class BodyTagSupport
JspException
- if an error occurred while processing this tagBodyTagSupport.doInitBody()
,
IterationTag.doAfterBody()
public void release()
BodyTagSupport
release
in interface Tag
release
in class BodyTagSupport
Tag.release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |