Package org.picocontainer
Interface BehaviorFactory
- All Superinterfaces:
ComponentFactory
- All Known Implementing Classes:
AbstractBehaviorFactory
,AdaptingBehavior
,Automating
,Caching
,Decorating
,FieldDecorating
,Guarding
,ImplementationHiding
,Intercepting
,Locking
,OptInCaching
,PropertyApplying
,Storing
,Synchronizing
,ThreadCaching
Extends ComponentFactory to provide factory methods for Behaviors
- Author:
- Paul Hammant, Mauro Talevi
-
Method Summary
Modifier and TypeMethodDescription<T> ComponentAdapter
<T> addComponentAdapter
(ComponentMonitor componentMonitor, LifecycleStrategy lifecycleStrategy, Properties componentProperties, ComponentAdapter<T> adapter) wrap
(ComponentFactory delegate) Methods inherited from interface org.picocontainer.ComponentFactory
accept, createComponentAdapter, verify
-
Method Details
-
wrap
-
addComponentAdapter
<T> ComponentAdapter<T> addComponentAdapter(ComponentMonitor componentMonitor, LifecycleStrategy lifecycleStrategy, Properties componentProperties, ComponentAdapter<T> adapter)
-