Package net.sourceforge.stripes.tag.layout

Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh.

See:
          Description

Class Summary
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.
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.
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.
 

Package net.sourceforge.stripes.tag.layout Description

Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh.



© Copyright 2005-2006, Stripes Development Team.