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
public interface BehaviorFactory
- extends ComponentFactory
Extends ComponentFactory to provide factory methods for Behaviors
- Author:
- Paul Hammant, Mauro Talevi
wrap
ComponentFactory wrap(ComponentFactory delegate)
addComponentAdapter
<T> ComponentAdapter<T> addComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
ComponentAdapter<T> adapter)
Copyright © 2003-2010 Codehaus. All Rights Reserved.