org.picocontainer.script.groovy.nodes
Class ClassLoaderNode

java.lang.Object
  extended by org.picocontainer.script.groovy.nodes.AbstractBuilderNode
      extended by org.picocontainer.script.groovy.nodes.ClassLoaderNode
All Implemented Interfaces:
Serializable, BuilderNode

public class ClassLoaderNode
extends AbstractBuilderNode

Author:
Paul Hammant
See Also:
Serialized Form

Field Summary
static String NODE_NAME
           
 
Constructor Summary
ClassLoaderNode()
           
 
Method Summary
 Object createNewNode(Object current, Map<String,Object> attributes)
          Creates a new node .
 
Methods inherited from class org.picocontainer.script.groovy.nodes.AbstractBuilderNode
addAttribute, getNodeName, getSupportedAttributeNames, isAttribute, toString, validateScriptedAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NODE_NAME

public static final String NODE_NAME
See Also:
Constant Field Values
Constructor Detail

ClassLoaderNode

public ClassLoaderNode()
Method Detail

createNewNode

public Object createNewNode(Object current,
                            Map<String,Object> attributes)
Description copied from interface: BuilderNode
Creates a new node .

Parameters:
current - the current Object - may be null for no parent container.
attributes - the Map of scripted attributes for the builder node - may be null
Returns:
The newly created node


Copyright © 2003-2010 Codehaus. All Rights Reserved.