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.3 2004/02/19 17:38:05 hlship Exp $
Author:
mindbridge

Constructor Summary
ComponentTreeWalker(IComponentVisitor[] visitors)
           
 
Method Summary
 void walkComponentTree(IComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTreeWalker

public ComponentTreeWalker(IComponentVisitor[] visitors)
Method Detail

walkComponentTree

public void walkComponentTree(IComponent component)