|
|||||||||||
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.ChildContainerNode
Creates a new NanoContainer node. There may or may not be a parent container involved.
Field Summary | |
static java.lang.String |
NODE_NAME
Node name. |
Constructor Summary | |
ChildContainerNode(org.nanocontainer.script.NodeBuilderDecorationDelegate delegate)
Constructs a child container node. |
Method Summary | |
protected org.nanocontainer.NanoContainer |
createChildContainer(java.util.Map attributes,
org.nanocontainer.NanoContainer parent)
Creates a new container. |
java.lang.Object |
createNewNode(java.lang.Object current,
java.util.Map attributes)
Creates a new container. |
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 ChildContainerNode(org.nanocontainer.script.NodeBuilderDecorationDelegate delegate)
delegate
- NodeBuilderDecorationDelegateMethod Detail |
public java.lang.Object createNewNode(java.lang.Object current, java.util.Map attributes) throws org.nanocontainer.script.NanoContainerMarkupException
Execute the handler for the given node builder.
current
- NanoContainerattributes
- Map
org.nanocontainer.script.NanoContainerMarkupException
protected org.nanocontainer.NanoContainer createChildContainer(java.util.Map attributes, org.nanocontainer.NanoContainer parent)
attributes
- Map Attributes defined by the builder in the script.parent
- The parent container
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |