public class LayoutComponentTag extends StripesTagSupport implements BodyTag
pageContext, parentTagEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
LayoutComponentTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
Does nothing.
|
int |
doEndTag()
If the tag is nested in a LayoutRenderTag, provides the tag with the generated contents.
|
void |
doInitBody()
Does nothing.
|
int |
doStartTag()
Behaviour varies depending on whether the tag is nested inside a LayoutRenderTag or a
LayoutDefinitionTag.
|
String |
getName()
Gets the name of the component.
|
void |
setBodyContent(BodyContent bodyContent)
Save the body content output by the tag.
|
void |
setName(String name)
Sets the name of the component.
|
getActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, release, setPageContext, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, release, setPageContext, setParentpublic String getName()
public void setName(String name)
public void setBodyContent(BodyContent bodyContent)
setBodyContent in interface BodyTagpublic int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class StripesTagSupportJspExceptionpublic void doInitBody()
throws JspException
doInitBody in interface BodyTagJspExceptionpublic int doAfterBody()
throws JspException
doAfterBody in interface IterationTagJspExceptionpublic int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class StripesTagSupportJspException© Copyright 2005-2006, Stripes Development Team.