org.apache.wicket.util.visit
Class AllVisitFilter
java.lang.Object
org.apache.wicket.util.visit.AllVisitFilter
- All Implemented Interfaces:
- IVisitFilter
Deprecated. use IVisitFilter.ANY
@Deprecated
public class AllVisitFilter
- extends Object
- implements IVisitFilter
IVisitFilter that let visitors visit all.
- Author:
- svenmeier
| Fields inherited from interface org.apache.wicket.util.visit.IVisitFilter |
ANY |
|
Method Summary |
boolean |
visitChildren(Object object)
Deprecated. Controls whether or not the object's children will be visited |
boolean |
visitObject(Object object)
Deprecated. 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 |
AllVisitFilter
public AllVisitFilter()
- Deprecated.
visitChildren
public boolean visitChildren(Object object)
- Deprecated.
- 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)
- Deprecated.
- 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–2019 Apache Software Foundation. All rights reserved.