Package org.apache.wicket.util.visit
-
Interface Summary Interface Description IVisit<R> Allows visitors to control the visit/traversalIVisitFilter A filter that can be used to restrict the types of objects visited by the visitorIVisitor<T,R> Generic visitor interface for traversals. -
Class Summary Class Description ClassVisitFilter IVisitFilter
that restricts visitors to only visiting objects of the specified classVisit<R> Implementation ofIVisit
used by traversal algorithmsVisits Utility class that contains visitor/traversal related code