org.picocontainer.defaults
Class CachingComponentAdapterFactory
java.lang.Object
org.picocontainer.defaults.DecoratingComponentAdapterFactory
org.picocontainer.defaults.CachingComponentAdapterFactory
- All Implemented Interfaces:
- ComponentAdapterFactory, Serializable
- public class CachingComponentAdapterFactory
- extends DecoratingComponentAdapterFactory
- Version:
- $Revision: 1.7 $
- Author:
- Aslak Hellesøy, rafal@caltha.pl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingComponentAdapterFactory
public CachingComponentAdapterFactory()
CachingComponentAdapterFactory
public CachingComponentAdapterFactory(ComponentAdapterFactory delegate)
createComponentAdapter
public ComponentAdapter createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
throws PicoIntrospectionException,
AssignabilityRegistrationException,
NotConcreteRegistrationException
- Description copied from interface:
ComponentAdapterFactory
- Create a new component adapter based on the specified arguments.
- Specified by:
createComponentAdapter
in interface ComponentAdapterFactory
- Overrides:
createComponentAdapter
in class DecoratingComponentAdapterFactory
- Throws:
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException
Copyright © 2003-2004 Codehaus. All Rights Reserved.