|
![]() |
|||||||||
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
public class ChildContainerNode
Creates a new NanoContainer node. There may or may not be a parent container involved.
Field Summary | |
---|---|
static 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(Map attributes,
org.nanocontainer.NanoContainer parent)
Creates a new container. |
Object |
createNewNode(Object current,
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 String NODE_NAME
Constructor Detail |
---|
public ChildContainerNode(org.nanocontainer.script.NodeBuilderDecorationDelegate delegate)
delegate
- NodeBuilderDecorationDelegateMethod Detail |
---|
public Object createNewNode(Object current, 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(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 |