|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutRenderTag | |
---|---|
net.sourceforge.stripes.tag.layout | Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh. |
Uses of LayoutRenderTag in net.sourceforge.stripes.tag.layout |
---|
Methods in net.sourceforge.stripes.tag.layout that return LayoutRenderTag | |
---|---|
LayoutRenderTag |
LayoutContext.getRenderTag()
Get the render tag that created this context. |
Methods in net.sourceforge.stripes.tag.layout with parameters of type LayoutRenderTag | |
---|---|
protected List<String> |
LayoutRenderTagPath.calculateComponentPath(LayoutRenderTag tag)
Calculate the path to a render tag. |
static LayoutContext |
LayoutContext.push(LayoutRenderTag renderTag)
Create a new layout context for the given render tag and push it onto the stack of layout contexts in a JSP page context. |
Constructors in net.sourceforge.stripes.tag.layout with parameters of type LayoutRenderTag | |
---|---|
LayoutContext(LayoutRenderTag renderTag)
A new context may be created only by a LayoutRenderTag . |
|
LayoutRenderTagPath(LayoutRenderTag tag)
Construct a new instance to identify the specified tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |