Class MultiPathNodeVisitor

java.lang.Object
org.gatein.api.navigation.MultiPathNodeVisitor
All Implemented Interfaces:
org.gatein.api.navigation.NodeVisitor

public class MultiPathNodeVisitor extends Object implements org.gatein.api.navigation.NodeVisitor
Author:
Nick Scavelli
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gatein.api.navigation.NodeVisitor

    org.gatein.api.navigation.NodeVisitor.NodeDetails
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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