| 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 | Method and Description |
|---|---|
boolean |
LayoutRenderTagPath.isPathComponent(LayoutComponentTag tag)
True if the specified tag is a component that must execute so that the current component tag
can execute.
|
protected boolean |
LayoutRenderTagPath.isPathComponent(LayoutComponentTag tag,
Iterator<String> path)
Recursive method called from
LayoutRenderTagPath.isPathComponent(LayoutComponentTag) that returns true
if the specified tag's name is present in the component path iterator at the same position
where this tag occurs in the render/component tag tree. |
© Copyright 2005-2006, Stripes Development Team.