public class LayoutDefinitionTag extends StripesTagSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
Prefix used to construct the request attribute name used to pass context from the
LayoutRenderTag to the LayoutDefinitionTag.
|
pageContext, parentTag
Constructor and Description |
---|
LayoutDefinitionTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Causes page evaluation to end once the end of the layout definition is reached.
|
int |
doStartTag()
Looks up the layout context that has been setup by a LayoutRenderTag.
|
boolean |
permissionToRender(java.lang.String componentName)
Called by nested tags to find out if they have permission to render their content, or
if they have been overridden in the layout rendering tag.
|
getActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, release, setPageContext, setParent
public static final java.lang.String PREFIX
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 int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class StripesTagSupport
javax.servlet.jsp.JspException
public boolean permissionToRender(java.lang.String componentName) throws javax.servlet.jsp.JspException
componentName
- the name of the component about to renderjavax.servlet.jsp.JspException
- if the JspWriter could not be written to? Copyright 2005-2006, Stripes Development Team.