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