Uses of Class
org.picocontainer.extras.DecoratingComponentAdapter

Packages that use DecoratingComponentAdapter
org.picocontainer.defaults This package contains a default implementation of the PicoContainer API. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
 

Uses of DecoratingComponentAdapter in org.picocontainer.defaults
 

Subclasses of DecoratingComponentAdapter in org.picocontainer.defaults
 class CachingComponentAdapter
          This ComponentAdapter caches the instance.
 

Uses of DecoratingComponentAdapter in org.picocontainer.extras
 

Subclasses of DecoratingComponentAdapter in org.picocontainer.extras
 class ImplementationHidingComponentAdapter
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy).
 class InvokingComponentAdapterFactory.Adapter
          Deprecated.  
 class SynchronizedComponentAdapter
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.