Uses of Interface
org.picocontainer.LifecycleManager

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

Uses of LifecycleManager in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement LifecycleManager
 class BeanPropertyComponentAdapter
          Decorating component adapter that can be used to set additional properties on a component in a bean style.
 class CachingComponentAdapter
           ComponentAdapter implementation that caches the component instance.
 class DecoratingComponentAdapter
           Component adapter which decorates another adapter.
private  class DefaultPicoContainer.OrderedComponentAdapterLifecycleManager
           Implementation of lifecycle manager which delegates to the container's component adapters.
 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.
 class InstanceComponentAdapter
           Component adapter which wraps a component instance.
 class SynchronizedComponentAdapter
           
 

Fields in org.picocontainer.defaults declared as LifecycleManager
private  LifecycleManager DefaultPicoContainer.lifecycleManager