Package org.apache.wicket.util.visit

Interface Summary
IVisit<R> Allows visitors to control the visit/traversal
IVisitFilter A filter that can be used to restrict the types of objects visited by the visitor
IVisitor<T,R> Generic visitor interface for traversals.
 

Class Summary
ClassVisitFilter IVisitFilter that restricts visitors to only visiting objects of the specified class
Visit<R> Implementation of IVisit used by traversal algorithms
Visits Utility class that contains visitor/traversal related code
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.