org.picocontainer.extras
Class DecoratingComponentAdapterFactory
java.lang.Object
org.picocontainer.extras.DecoratingComponentAdapterFactory
- All Implemented Interfaces:
- ComponentAdapterFactory
- Direct Known Subclasses:
- BeanPropertyComponentAdapterFactory, ImplementationHidingComponentAdapterFactory, InvokingComponentAdapterFactory
- public class DecoratingComponentAdapterFactory
- extends Object
- implements ComponentAdapterFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoratingComponentAdapterFactory
public DecoratingComponentAdapterFactory(ComponentAdapterFactory delegate)
createComponentAdapter
public ComponentAdapter createComponentAdapter(Object componentKey,
Class componentImplementation,
Parameter[] parameters)
throws PicoIntrospectionException,
AssignabilityRegistrationException,
NotConcreteRegistrationException
- Specified by:
createComponentAdapter
in interface ComponentAdapterFactory
- Throws:
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException
Copyright © 2003 Codehaus. All Rights Reserved.