|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.tinak.ContainerTag
The abstract container tag is extended to create a tag for group other Tinak tags.
The content of this tag is delegated from one of the enclosed tags.
SelectTag
,
ProfilesTag
Field Summary |
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 | |
ContainerTag()
|
Method Summary | |
void |
appendContent(java.lang.String content)
Append content to this instance. |
int |
doAfterBody()
Process the doAfterBody event. |
int |
doEndTag()
Process the doEnd event. |
void |
doInitBody()
Process the doInitBody event. |
int |
doStartTag()
Process the doStart event. |
java.lang.String |
getContent()
Get the content which was added to this instance. |
javax.servlet.jsp.PageContext |
getPageContext()
Get the page context. |
javax.servlet.jsp.tagext.Tag |
getParent()
Get the tag parent tag. |
boolean |
hasContent()
Has there been content added to this instance. |
void |
release()
Process the release event. |
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
Set the body content |
void |
setPageContext(javax.servlet.jsp.PageContext context)
Set the page context. |
void |
setParent(javax.servlet.jsp.tagext.Tag tag)
Set the tag parent tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContainerTag()
Method Detail |
public void setPageContext(javax.servlet.jsp.PageContext context)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
context
- The page context.public javax.servlet.jsp.PageContext getPageContext()
public void setParent(javax.servlet.jsp.tagext.Tag tag)
setParent
in interface javax.servlet.jsp.tagext.Tag
tag
- The tag parent tag.public javax.servlet.jsp.tagext.Tag getParent()
getParent
in interface javax.servlet.jsp.tagext.Tag
public void appendContent(java.lang.String content)
content
- The content to be appended.public java.lang.String getContent()
public boolean hasContent()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
BodyTag.EVAL_BODY_BUFFERED
javax.servlet.jsp.JspException
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
setBodyContent
in interface javax.servlet.jsp.tagext.BodyTag
bodyContent
- The tag body content.public void doInitBody() throws javax.servlet.jsp.JspException
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
Tag.SKIP_BODY
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
Tag.SKIP_BODY
, Tag.EVAL_BODY_INCLUDE
, Tag.SKIP_PAGE
, Tag.EVAL_PAGE
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |