org.picocontainer.gems.injectors
Class CommonsLoggingInjector
java.lang.Object
org.picocontainer.injectors.FactoryInjector<Log>
org.picocontainer.gems.injectors.CommonsLoggingInjector
- All Implemented Interfaces:
- ComponentAdapter<Log>, Injector<Log>
public class CommonsLoggingInjector
- extends FactoryInjector<Log>
This will Inject a Commons-Logging Logger for the injectee's class name
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 |
CommonsLoggingInjector
public CommonsLoggingInjector()
getComponentInstance
public Log getComponentInstance(PicoContainer container,
Type into)
throws PicoCompositionException
- Specified by:
getComponentInstance
in interface ComponentAdapter<Log>
- Specified by:
getComponentInstance
in class FactoryInjector<Log>
- Throws:
PicoCompositionException
Copyright © 2003-2010 Codehaus. All Rights Reserved.