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
- 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)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.