org.picocontainer.script.groovy.nodes
Class GrantNode
java.lang.Object
org.picocontainer.script.groovy.nodes.AbstractBuilderNode
org.picocontainer.script.groovy.nodes.GrantNode
- All Implemented Interfaces:
- Serializable, BuilderNode
public class GrantNode
- extends AbstractBuilderNode
- Author:
- Paul Hammant
- See Also:
- Serialized Form
NODE_NAME
public static final String NODE_NAME
- See Also:
- Constant Field Values
GrantNode
public GrantNode()
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.