org.nanocontainer.script
Class FooDecoratingPicoContainer

java.lang.Object
  extended byorg.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer
      extended byorg.nanocontainer.script.FooDecoratingPicoContainer
All Implemented Interfaces:
org.picocontainer.Disposable, org.picocontainer.MutablePicoContainer, org.picocontainer.PicoContainer, java.io.Serializable, org.picocontainer.Startable

public class FooDecoratingPicoContainer
extends org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer

See Also:
Serialized Form

Constructor Summary
FooDecoratingPicoContainer(org.picocontainer.MutablePicoContainer delegate)
           
 
Method Summary
 org.picocontainer.MutablePicoContainer makeChildContainer()
           
 org.picocontainer.ComponentAdapter registerComponentImplementation(java.lang.Object componentKey, java.lang.Class componentImplementation)
           
 org.picocontainer.ComponentAdapter registerComponentImplementation(java.lang.Object componentKey, java.lang.Class componentImplementation, org.picocontainer.Parameter[] parameters)
           
 
Methods inherited from class org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer
accept, addChildContainer, dispose, equals, getComponentAdapter, getComponentAdapterOfType, getComponentAdapters, getComponentAdaptersOfType, getComponentInstance, getComponentInstanceOfType, getComponentInstances, getComponentInstancesOfType, getDelegate, getParent, registerComponent, registerComponentImplementation, registerComponentInstance, registerComponentInstance, removeChildContainer, start, stop, unregisterComponent, unregisterComponentByInstance, verify
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooDecoratingPicoContainer

public FooDecoratingPicoContainer(org.picocontainer.MutablePicoContainer delegate)
Method Detail

makeChildContainer

public org.picocontainer.MutablePicoContainer makeChildContainer()

registerComponentImplementation

public org.picocontainer.ComponentAdapter registerComponentImplementation(java.lang.Object componentKey,
                                                                          java.lang.Class componentImplementation,
                                                                          org.picocontainer.Parameter[] parameters)
                                                                   throws org.picocontainer.PicoRegistrationException
Throws:
org.picocontainer.PicoRegistrationException

registerComponentImplementation

public org.picocontainer.ComponentAdapter registerComponentImplementation(java.lang.Object componentKey,
                                                                          java.lang.Class componentImplementation)
                                                                   throws org.picocontainer.PicoRegistrationException
Throws:
org.picocontainer.PicoRegistrationException


Copyright © 2003-2007 Codehaus. All Rights Reserved.