org.nanocontainer.script.groovy.buildernodes
Class NewBuilderNode

java.lang.Object
  extended byorg.nanocontainer.script.groovy.buildernodes.AbstractBuilderNode
      extended byorg.nanocontainer.script.groovy.buildernodes.NewBuilderNode
All Implemented Interfaces:
BuilderNode, java.io.Serializable

public class NewBuilderNode
extends AbstractBuilderNode

Handles the child of container 'newBuilder' node.

Version:
$Revision: 2695 $
Author:
James Strachan, Paul Hammant, Aslak Hellesøy, Michael Rimov, Mauro Talevi
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_ATTRIBUTE
          Supported attribute: 'class'.
static java.lang.String NODE_NAME
          Node name we're handling: 'newBuilder'.
static java.lang.String VALIDATE_ATTRIBUTE
          Suppoerted attribute 'validating'.
 
Constructor Summary
NewBuilderNode()
           
 
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

NODE_NAME

public static final java.lang.String NODE_NAME
Node name we're handling: 'newBuilder'.

See Also:
Constant Field Values

CLASS_ATTRIBUTE

public static final java.lang.String CLASS_ATTRIBUTE
Supported attribute: 'class'.

See Also:
Constant Field Values

VALIDATE_ATTRIBUTE

public static final java.lang.String VALIDATE_ATTRIBUTE
Suppoerted attribute 'validating'. Indicates that attributes should be validated and NanoContainerMarkupException should be thrown if invalid attributes are found.

See Also:
Constant Field Values
Constructor Detail

NewBuilderNode

public NewBuilderNode()
Method Detail

createNewNode

public java.lang.Object createNewNode(java.lang.Object current,
                                      java.util.Map attributes)
Description copied from interface: BuilderNode
Execute the handler for the given node builder.

Parameters:
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.
Returns:
Object


Copyright © 2003-2007 Codehaus. All Rights Reserved.