| Package | Description |
|---|---|
| net.sourceforge.stripes.tag.layout |
Provides lightweight tag classes for creating and using simple re-usable layouts similar
in concept to Tiles or Sitemesh.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutRenderTag |
LayoutContext.getRenderTag()
Get the render tag that created this context.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
© Copyright 2005-2006, Stripes Development Team.