wt.graph
Class ObjectGraphNodeExpander

java.lang.Object
  extended bywt.visitor.BasicNodeExpander
      extended bywt.graph.ObjectGraphNodeExpander
All Implemented Interfaces:
NodeExpander, Serializable

public class ObjectGraphNodeExpander
extends BasicNodeExpander
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.visitor.BasicNodeExpander
 
Constructor Summary
ObjectGraphNodeExpander()
           
 
Methods inherited from class wt.visitor.BasicNodeExpander
expandNode, expandNode, getNodeExpandInfo, setNodeExpandInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ObjectGraphNodeExpander

public ObjectGraphNodeExpander()