|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
LayoutTag.getLayoutParent()
Get the nearest ancestor of this tag that is an instance of LayoutTag . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |