Uses of Class
org.picocontainer.behaviors.AbstractBehavior
Packages that use AbstractBehavior
Package
Description
BehaviorFactories make Behaviors which change aspects of component implementations and instances
-
Uses of AbstractBehavior in org.picocontainer.behaviors
Subclasses of AbstractBehavior in org.picocontainer.behaviorsModifier and TypeClassDescriptionclassAutomated<T>classCached<T>ComponentAdapterimplementation that caches the component instance.classDecorated<T>classclassGuarded<T>behaviour for allows components to be guarded by another componentclassThis component adapter makes it possible to hide the implementation of a real subject (behind a proxy) provided the key is an interface.classIntercepted<T>classLocked<T>classDecorating component adapter that can be used to set additional properties on a component in a bean style.classStored<T>classSynchronized<T>Component Adapter that uses java synchronized around getComponentInstance().final classThreadCached<T>This behavior supports caches values per thread.