Uses of Class
net.sourceforge.stripes.tag.layout.LayoutTag

Packages that use LayoutTag
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 LayoutTag in net.sourceforge.stripes.tag.layout
 

Subclasses of LayoutTag in net.sourceforge.stripes.tag.layout
 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.
 

Methods in net.sourceforge.stripes.tag.layout with type parameters of type LayoutTag
<T extends LayoutTag>
T
LayoutTag.getLayoutParent()
          Get the nearest ancestor of this tag that is an instance of LayoutTag.
 



© Copyright 2005-2006, Stripes Development Team.