- All Implemented Interfaces:
org.gatein.api.navigation.NodeVisitor
public class MultiPathNodeVisitor
extends Object
implements org.gatein.api.navigation.NodeVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gatein.api.navigation.NodeVisitor
org.gatein.api.navigation.NodeVisitor.NodeDetails
-
Constructor Summary
Constructors
-
Method Summary
void
add(org.gatein.api.navigation.NodePath path)
boolean
visit(int depth,
String name,
org.gatein.api.navigation.NodeVisitor.NodeDetails details)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MultiPathNodeVisitor
public MultiPathNodeVisitor()
-
Method Details
-
add
public void add(org.gatein.api.navigation.NodePath path)
-
visit
public boolean visit(int depth,
String name,
org.gatein.api.navigation.NodeVisitor.NodeDetails details)
- Specified by:
visit in interface org.gatein.api.navigation.NodeVisitor