org.picocontainer.defaults
Class CachingComponentAdapterFactory

java.lang.Object
  extended byorg.picocontainer.extras.DecoratingComponentAdapterFactory
      extended byorg.picocontainer.defaults.CachingComponentAdapterFactory
All Implemented Interfaces:
ComponentAdapterFactory

public class CachingComponentAdapterFactory
extends DecoratingComponentAdapterFactory

Version:
$Revision: 1.4 $
Author:
Aslak Hellesøy, rafal@caltha.pl

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

Constructor Detail

CachingComponentAdapterFactory

public CachingComponentAdapterFactory(ComponentAdapterFactory delegate)
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


Copyright © 2003-2004 Codehaus. All Rights Reserved.