org.apache.wicket.util.visit
Class AllVisitFilter

java.lang.Object
  extended by org.apache.wicket.util.visit.AllVisitFilter
All Implemented Interfaces:
IVisitFilter

public class AllVisitFilter
extends Object
implements IVisitFilter

IVisitFilter that let visitors visit all.

Author:
igor.vaynberg

Field Summary
 
Fields inherited from interface org.apache.wicket.util.visit.IVisitFilter
ANY
 
Constructor Summary
AllVisitFilter()
           
 
Method Summary
 boolean visitChildren(Object object)
          Controls whether or not the object's children will be visited
 boolean visitObject(Object object)
          Controls whether or not the object will be visited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllVisitFilter

public AllVisitFilter()
Method Detail

visitChildren

public boolean visitChildren(Object object)
Controls whether or not the object's children will be visited

Specified by:
visitChildren in interface IVisitFilter
Returns:
true if the object's children should be visited

visitObject

public boolean visitObject(Object object)
Controls whether or not the object will be visited

Specified by:
visitObject in interface IVisitFilter
Returns:
true if the object should be visited


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