Uses of Class
org.picocontainer.script.groovy.nodes.AbstractBuilderNode

Packages that use AbstractBuilderNode
org.picocontainer.script.groovy.nodes   
 

Uses of AbstractBuilderNode in org.picocontainer.script.groovy.nodes
 

Subclasses of AbstractBuilderNode in org.picocontainer.script.groovy.nodes
 class AppendContainerNode
          Sometimes it is worthwhile to split apart node building into functions.
 class BeanNode
          Creates on-the-spot Javabeans configurations and registers the result with the container @link MutablePicoContainer#addComponent}.
 class ChildContainerNode
          Creates a new PicoContainer node.
 class ClassLoaderNode
           
 class ClasspathNode
           
 class ComponentNode
          Creates a component node
 class ConfigNode
          Config node adds configuration entry to mutable pico container.
 class DoCallNode
          Handles 'doCall' nodes.
 class GrantNode
           
 class NewBuilderNode
          Handles the child of container 'newBuilder' node.
 

Methods in org.picocontainer.script.groovy.nodes that return AbstractBuilderNode
protected  AbstractBuilderNode AbstractBuilderNode.addAttribute(String name)
          Add an attribute to the list of ones supported by this node.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.