org.picocontainer.injectors
Class IntoTypeTestCase.AliceFactory
java.lang.Object
org.picocontainer.injectors.FactoryInjector<IntoTypeTestCase.Alice>
org.picocontainer.injectors.IntoTypeTestCase.AliceFactory
- All Implemented Interfaces:
- ComponentAdapter<IntoTypeTestCase.Alice>, Injector<IntoTypeTestCase.Alice>
- Enclosing class:
- IntoTypeTestCase
public static class IntoTypeTestCase.AliceFactory
- extends FactoryInjector<IntoTypeTestCase.Alice>
| Methods inherited from class org.picocontainer.injectors.FactoryInjector |
accept, componentHasLifecycle, decorateComponentInstance, dispose, findAdapterOfType, getClass, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, getDescriptor, getTypeArguments, start, stop, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntoTypeTestCase.AliceFactory
public IntoTypeTestCase.AliceFactory()
getComponentInstance
public IntoTypeTestCase.Alice getComponentInstance(PicoContainer container,
Type into)
- Specified by:
getComponentInstance in interface ComponentAdapter<IntoTypeTestCase.Alice>- Specified by:
getComponentInstance in class FactoryInjector<IntoTypeTestCase.Alice>
Copyright © 2003-2010 Codehaus. All Rights Reserved.