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, setParent
public 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.BodyTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class StripesTagSupport
javax.servlet.jsp.JspException
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
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class StripesTagSupport
javax.servlet.jsp.JspException
? Copyright 2005-2006, Stripes Development Team.