public class LayoutDefinitionTag extends StripesTagSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
Prefix used to construct the request attribute name used to pass context from the
LayoutRenderTag to the LayoutDefinitionTag.
|
pageContext, parentTagEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| 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(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, setParentpublic static final String PREFIX
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class StripesTagSupportJspExceptionpublic int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class StripesTagSupportJspExceptionpublic boolean permissionToRender(String componentName) throws JspException
componentName - the name of the component about to renderJspException - if the JspWriter could not be written to© Copyright 2005-2006, Stripes Development Team.