| 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.
|
| Class and Description |
|---|
| LayoutComponentRenderer
An object that can be stuffed into a scope (page, request, application, etc.) and render a layout
component to a string.
|
| LayoutComponentTag
Defines a component in a layout.
|
| LayoutContext
Used to move contextual information about a layout rendering between a LayoutRenderTag and
a LayoutDefinitionTag.
|
| LayoutRenderTag
Renders a named layout, optionally overriding one or more components in the layout.
|
| LayoutRenderTagPath
Uniquely identifies a
LayoutRenderTag within a page. |
| LayoutTag
Abstract base class for the tags that handle rendering of layouts.
|
| LayoutWriter
A writer that wraps around the normal JSP writer with the ability to silence the output
temporarily.
|
© Copyright 2005-2006, Stripes Development Team.