|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nanocontainer.script.groovy.buildernodes.AbstractBuilderNode
org.nanocontainer.script.groovy.buildernodes.DoCallNode
public class DoCallNode
Handles 'doCall' nodes.
Field Summary | |
---|---|
static java.lang.String |
NODE_NAME
|
Constructor Summary | |
---|---|
DoCallNode()
|
Method Summary | |
---|---|
java.lang.Object |
createNewNode(java.lang.Object current,
java.util.Map attributes)
Execute the handler for the given node builder. |
Methods inherited from class org.nanocontainer.script.groovy.buildernodes.AbstractBuilderNode |
---|
addAttribute, getNodeName, getSupportedAttributes, isAttribute, toString, validateScriptedAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NODE_NAME
Constructor Detail |
---|
public DoCallNode()
Method Detail |
---|
public java.lang.Object createNewNode(java.lang.Object current, java.util.Map attributes)
BuilderNode
current
- the current object. May be null
for no parent container.attributes
- Map attributes specified in the groovy script
for the builder node.
in for consistency with the Groovy Builder API. Normally set to null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |