Package org.apache.wicket.util.visit


package org.apache.wicket.util.visit
  • Class
    Description
    IVisitFilter that restricts visitors to only visiting objects of the specified class
    Allows visitors to control the visit/traversal
    A filter that can be used to restrict the types of objects visited by the visitor
    Generic visitor interface for traversals.
    Implementation of IVisit used by traversal algorithms
    Utility class that contains visitor/traversal related code