| 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 | Class and Description |
|---|---|
class |
LayoutComponentTag
Defines a component in a layout.
|
class |
LayoutDefinitionTag
On the surface, allows a developer to define a layout using a custom tag - but is actually
the tag responsible for generating the output of the layout.
|
class |
LayoutRenderTag
Renders a named layout, optionally overriding one or more components in the layout.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends LayoutTag> |
LayoutTag.getLayoutParent()
Get the nearest ancestor of this tag that is an instance of
LayoutTag. |
© Copyright 2005-2006, Stripes Development Team.