org.apache.tapestry.pageload
Class ComponentTreeWalker
java.lang.Object
|
+--org.apache.tapestry.pageload.ComponentTreeWalker
- public class ComponentTreeWalker
- extends Object
Walks through the tree of components and invokes the visitors on each of
of the components in the tree.
- Since:
- 3.0
- Version:
- $Id: ComponentTreeWalker.java,v 1.2 2004/01/19 21:32:20 hlship Exp $
- Author:
- mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTreeWalker
public ComponentTreeWalker(IComponentVisitor[] visitors)
walkComponentTree
public void walkComponentTree(IComponent component)