org.picocontainer.defaults
Class BeanPropertyComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.defaults.DecoratingComponentAdapterFactory
      extended byorg.picocontainer.defaults.BeanPropertyComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory, Serializable

public class BeanPropertyComponentAdapterFactory
extends DecoratingComponentAdapterFactory

A ComponentAdapterFactory that creates BeanPropertyComponentAdapter instances.

Since:
1.0
Version:
$Revision: 1.8 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
BeanPropertyComponentAdapterFactory(ComponentAdapterFactory delegate)
          Construct a BeanPropertyComponentAdapterFactory.
 
Method Summary
 ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          
 BeanPropertyComponentAdapter getComponentAdapter(Object key)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertyComponentAdapterFactory

public BeanPropertyComponentAdapterFactory(ComponentAdapterFactory delegate)
Construct a BeanPropertyComponentAdapterFactory.

Parameters:
delegate - the wrapped factory.
Method Detail

createComponentAdapter

public ComponentAdapter createComponentAdapter(Object componentKey,
                                               Class componentImplementation,
                                               Parameter[] parameters)
                                        throws PicoIntrospectionException,
                                               AssignabilityRegistrationException,
                                               NotConcreteRegistrationException

Specified by:
createComponentAdapter in interface ComponentAdapterFactory
Overrides:
createComponentAdapter in class DecoratingComponentAdapterFactory
Throws:
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException

getComponentAdapter

public BeanPropertyComponentAdapter getComponentAdapter(Object key)
Deprecated.  



Copyright © 2003-2004 Codehaus. All Rights Reserved.