org.picocontainer.gems.injectors
Class JavaLoggingInjector

java.lang.Object
  extended by org.picocontainer.injectors.FactoryInjector<Logger>
      extended by org.picocontainer.gems.injectors.JavaLoggingInjector
All Implemented Interfaces:
ComponentAdapter<Logger>, Injector<Logger>

public class JavaLoggingInjector
extends FactoryInjector<Logger>

This will Inject a Java-Logging Logger for the injectee's class name


Nested Class Summary
 
Nested classes/interfaces inherited from class org.picocontainer.injectors.FactoryInjector
FactoryInjector.CantWorkItOut
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
ComponentAdapter.NOTHING
 
Constructor Summary
JavaLoggingInjector()
           
 
Method Summary
 Logger getComponentInstance(PicoContainer container, Type into)
           
 
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
 

Constructor Detail

JavaLoggingInjector

public JavaLoggingInjector()
Method Detail

getComponentInstance

public Logger getComponentInstance(PicoContainer container,
                                   Type into)
                            throws PicoCompositionException
Specified by:
getComponentInstance in interface ComponentAdapter<Logger>
Specified by:
getComponentInstance in class FactoryInjector<Logger>
Throws:
PicoCompositionException


Copyright © 2003-2010 Codehaus. All Rights Reserved.