Uses of Interface
org.picocontainer.script.NodeBuilderDecorator

Packages that use NodeBuilderDecorator
org.picocontainer.script   
org.picocontainer.script.groovy This package contains Groovy scripting support for PicoComponent assembly. 
org.picocontainer.script.groovy.nodes   
 

Uses of NodeBuilderDecorator in org.picocontainer.script
 

Classes in org.picocontainer.script that implement NodeBuilderDecorator
 class NullNodeBuilderDecorator
          Null-object implementation of NodeBuilderDecorator
 

Uses of NodeBuilderDecorator in org.picocontainer.script.groovy
 

Methods in org.picocontainer.script.groovy that return NodeBuilderDecorator
 NodeBuilderDecorator GroovyNodeBuilder.getDecorator()
          Returns the current decorator
 

Constructors in org.picocontainer.script.groovy with parameters of type NodeBuilderDecorator
GroovyNodeBuilder(NodeBuilderDecorator decorator)
           
GroovyNodeBuilder(NodeBuilderDecorator decorator, boolean performAttributeValidation)
          Allows the composition of a NodeBuilderDecorator -- an object that extends the capabilities of the GroovyNodeBuilder with new tags, new capabilities, etc.
 

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

Constructors in org.picocontainer.script.groovy.nodes with parameters of type NodeBuilderDecorator
ChildContainerNode(NodeBuilderDecorator decorator)
          Constructs a child container node with a given decorator
ComponentNode(NodeBuilderDecorator decorator)
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.