public class LayoutDefinitionTag extends LayoutTag
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. |
void |
setPageContext(PageContext pageContext)
Called by the Servlet container to set the page context on the tag.
|
cleanUpComponentRenderers, exportComponentRenderers, getCurrentPagePath, getLayoutParent, isChildOfComponent, isChildOfDefinition, isChildOfRendergetActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, release, setParentpublic void setPageContext(PageContext pageContext)
StripesTagSupportsetPageContext in interface TagsetPageContext in class StripesTagSupportpublic int doStartTag()
throws JspException
LayoutRenderTag. Uses the
context to push any dynamic attributes supplied to the render tag in to the page context
available during the body of the LayoutDefinitionTag.doStartTag in interface TagdoStartTag in class StripesTagSupportEVAL_BODY_INCLUDE in all cases.JspExceptionpublic int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class StripesTagSupportJspException© Copyright 2005-2006, Stripes Development Team.