Uses of Class
org.picocontainer.defaults.DecoratingComponentAdapter

Packages that use DecoratingComponentAdapter
org.picocontainer.alternatives   
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of DecoratingComponentAdapter in org.picocontainer.alternatives
 

Subclasses of DecoratingComponentAdapter in org.picocontainer.alternatives
 class ImplementationHidingComponentAdapter
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy) provided the key is an interface.
 

Uses of DecoratingComponentAdapter in org.picocontainer.defaults
 

Subclasses of DecoratingComponentAdapter in org.picocontainer.defaults
 class BeanPropertyComponentAdapter
          Decorating component adapter that can be used to set additional properties on a component in a bean style.
 class CachingComponentAdapter
          This ComponentAdapter caches the instance.
 class SynchronizedComponentAdapter
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.