Uses of Class
org.picocontainer.behaviors.AbstractBehavior

Packages that use AbstractBehavior
org.picocontainer.behaviors   
 

Uses of AbstractBehavior in org.picocontainer.behaviors
 

Subclasses of AbstractBehavior in org.picocontainer.behaviors
 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.