public class LayoutComponentTag extends StripesTagSupport implements javax.servlet.jsp.tagext.BodyTag
pageContext, parentTag| 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.
|
java.lang.String |
getName()
Gets the name of the component.
|
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
Save the body content output by the tag.
|
void |
setName(java.lang.String name)
Sets the name of the component.
|
getActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, release, setPageContext, setParentpublic java.lang.String getName()
public void setName(java.lang.String name)
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
setBodyContent in interface javax.servlet.jsp.tagext.BodyTagpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class StripesTagSupportjavax.servlet.jsp.JspExceptionpublic void doInitBody()
throws javax.servlet.jsp.JspException
doInitBody in interface javax.servlet.jsp.tagext.BodyTagjavax.servlet.jsp.JspExceptionpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class StripesTagSupportjavax.servlet.jsp.JspException? Copyright 2005-2006, Stripes Development Team.