Uses of Interface
org.picocontainer.Behavior
Packages that use Behavior
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
BehaviorFactories make Behaviors which change aspects of component implementations and instances
A Monitor is something PicoContainer uses to inform on events in component instantiation and lifecycle.
-
Uses of Behavior in org.picocontainer
Methods in org.picocontainer that return BehaviorModifier and TypeMethodDescriptionComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.Methods in org.picocontainer with parameters of type BehaviorModifier and TypeMethodDescriptionComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components. -
Uses of Behavior in org.picocontainer.behaviors
Classes in org.picocontainer.behaviors that implement BehaviorModifier and TypeClassDescriptionclassComponent adapter which decorates another adapter.classAutomated<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.Methods in org.picocontainer.behaviors that return BehaviorModifier and TypeMethodDescriptionstatic final BehaviorBehavior.cached(ComponentAdapter delegate) static final BehaviorBehavior.cached(ComponentAdapter delegate, ObjectReference instanceReference) static final BehaviorBehavior.decorated(ComponentAdapter delegate, org.picocontainer.behaviors.Decorated.Decorator decorator) -
Uses of Behavior in org.picocontainer.monitors
Methods in org.picocontainer.monitors that return BehaviorModifier and TypeMethodDescriptionAbstractComponentMonitor.newBehavior(Behavior behavior) ConsoleComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.LifecycleComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.NullComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.WriterComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.Methods in org.picocontainer.monitors with parameters of type BehaviorModifier and TypeMethodDescriptionAbstractComponentMonitor.newBehavior(Behavior behavior) ConsoleComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.LifecycleComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.NullComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.WriterComponentMonitor.newBehavior(Behavior behavior) A mechanism to monitor or override the Behaviors being made for components.