org.picocontainer.script.groovy.nodes
Class DoCallNode
java.lang.Object
org.picocontainer.script.groovy.nodes.AbstractBuilderNode
org.picocontainer.script.groovy.nodes.DoCallNode
- All Implemented Interfaces:
- Serializable, BuilderNode
public class DoCallNode
- extends AbstractBuilderNode
Handles 'doCall' nodes.
- Author:
- James Strachan, Paul Hammant, Aslak Hellesøy, Michael Rimov, Mauro Talevi
- See Also:
- Serialized Form
NODE_NAME
public static final String NODE_NAME
- See Also:
- Constant Field Values
DoCallNode
public DoCallNode()
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.