wt.visitor
Class NodeExpanderFactory

java.lang.Object
  extended by wt.visitor.NodeExpanderFactory
All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild, NodeExpander

public final class NodeExpanderFactory
extends Object
implements wt.services.applicationcontext.ApplicationContextChild, NodeExpander



Supported API: true

Extendable: false


Method Summary
 void expandNode(Persistable parentNode, Vector links, Vector nodes)
          Expands the node returning all of the links and nodes associated with the parent node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

expandNode

public void expandNode(Persistable parentNode,
                       Vector links,
                       Vector nodes)
                throws WTException
Expands the node returning all of the links and nodes associated with the parent node.

Supported API: true

Specified by:
expandNode in interface NodeExpander
Parameters:
parentNode -
links -
nodes -
Throws:
WTException