|
||||||||||
| 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(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 TagsetParent in class TagSupportparent - The parent Tag.Tag.setParent(Tag)public Tag getParent()
TagSupport
getParent in interface TaggetParent in class TagSupportTag.getParent()public void setBodyContent(BodyContent content)
BodyTagSupport
setBodyContent in interface BodyTagsetBodyContent in class BodyTagSupportcontent - the BodyContentBodyTagSupport.doAfterBody(),
BodyTagSupport.doInitBody(),
BodyTag.setBodyContent(javax.servlet.jsp.tagext.BodyContent)public void setPageContext(PageContext pageContext)
TagSupport
setPageContext in interface TagsetPageContext in class TagSupportpageContext - The PageContext.Tag.setPageContext(javax.servlet.jsp.PageContext)public void setTz(String value)
public int doStartTag()
throws JspException
BodyTagSupport
doStartTag in interface TagdoStartTag in class BodyTagSupportJspException - if an error occurred while processing this tagTag.doStartTag()
public int doEndTag()
throws JspException
BodyTagSupport
doEndTag in interface TagdoEndTag in class BodyTagSupportJspException - if an error occurred while processing this tagTag.doEndTag()
public void doInitBody()
throws JspException
BodyTagSupport
doInitBody in interface BodyTagdoInitBody in class BodyTagSupportJspException - 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 IterationTagdoAfterBody in class BodyTagSupportJspException - if an error occurred while processing this tagBodyTagSupport.doInitBody(),
IterationTag.doAfterBody()public void release()
BodyTagSupport
release in interface Tagrelease in class BodyTagSupportTag.release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||