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

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

Methods in net.sourceforge.stripes.tag.layout with parameters of type LayoutComponentTag
 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.