org.picocontainer.script
Class NullNodeBuilderDecorator

java.lang.Object
  extended by org.picocontainer.script.NullNodeBuilderDecorator
All Implemented Interfaces:
NodeBuilderDecorator

public class NullNodeBuilderDecorator
extends Object
implements NodeBuilderDecorator

Null-object implementation of NodeBuilderDecorator

Author:
Aslak Hellesøy, Paul Hammant

Constructor Summary
NullNodeBuilderDecorator()
           
 
Method Summary
 Object createNode(Object name, Map attributes, Object parentElement)
           
 org.picocontainer.ComponentFactory decorate(org.picocontainer.ComponentFactory componentFactory, Map attributes)
           
 org.picocontainer.MutablePicoContainer decorate(org.picocontainer.MutablePicoContainer picoContainer)
           
 void rememberComponentKey(Map attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullNodeBuilderDecorator

public NullNodeBuilderDecorator()
Method Detail

decorate

public org.picocontainer.ComponentFactory decorate(org.picocontainer.ComponentFactory componentFactory,
                                                   Map attributes)
Specified by:
decorate in interface NodeBuilderDecorator

decorate

public org.picocontainer.MutablePicoContainer decorate(org.picocontainer.MutablePicoContainer picoContainer)
Specified by:
decorate in interface NodeBuilderDecorator

createNode

public Object createNode(Object name,
                         Map attributes,
                         Object parentElement)
Specified by:
createNode in interface NodeBuilderDecorator

rememberComponentKey

public void rememberComponentKey(Map attributes)
Specified by:
rememberComponentKey in interface NodeBuilderDecorator


Copyright © 2003-2010 Codehaus. All Rights Reserved.