org.picocontainer.script
Class NullNodeBuilderDecorator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullNodeBuilderDecorator
public NullNodeBuilderDecorator()
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.