wt.annotation
Class AnnotationConfigSpecNodeExpander

java.lang.Object
  extended bywt.visitor.ConfigSpecNodeExpander
      extended bywt.annotation.AnnotationConfigSpecNodeExpander
All Implemented Interfaces:
NodeExpander, Serializable

public class AnnotationConfigSpecNodeExpander
extends ConfigSpecNodeExpander
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.ConfigSpecNodeExpander
 
Constructor Summary
AnnotationConfigSpecNodeExpander(ConfigSpec a_configSpec)
          Constructs an instance.
 
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 wt.visitor.ConfigSpecNodeExpander
getConfigSpec, setConfigSpec
 
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

AnnotationConfigSpecNodeExpander

public AnnotationConfigSpecNodeExpander(ConfigSpec a_configSpec)
                                 throws WTPropertyVetoException
Constructs an instance.

Supported API: false

Parameters:
a_configSpec -
Throws:
WTPropertyVetoException
Method Detail

expandNode

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

Supported API: true

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