Uses of Interface
org.picocontainer.Behavior

Packages that use Behavior
org.picocontainer.adapters   
org.picocontainer.behaviors   
 

Uses of Behavior in org.picocontainer.adapters
 

Classes in org.picocontainer.adapters that implement Behavior
 class InstanceAdapter
           Component adapter which wraps a component instance.
 

Uses of Behavior in org.picocontainer.behaviors
 

Classes in org.picocontainer.behaviors that implement Behavior
 class AbstractBehavior<T>
           Component adapter which decorates another adapter.
 class Automated
           
 class Cached<T>
           ComponentAdapter implementation that caches the component instance.
 class HiddenImplementation
          This component adapter makes it possible to hide the implementation of a real subject (behind a proxy) provided the key is an interface.
 class Intercepted<T>
           
 class Locked
           
 class PropertyApplicator<T>
          Decorating component adapter that can be used to set additional properties on a component in a bean style.
 class Stored<T>
          abstract base behaviour for all behaviours wishing to store their component in "awkward places" ( object references )
 class Synchronized
           
 class ThreadCached<T>
           This behavior supports caches values per thread.
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.