Uses of Interface
org.picocontainer.gems.adapters.StaticFactory

Packages that use StaticFactory
org.picocontainer.gems.adapters   
 

Uses of StaticFactory in org.picocontainer.gems.adapters
 

Constructors in org.picocontainer.gems.adapters with parameters of type StaticFactory
StaticFactoryAdapter(Class<T> type, StaticFactory<T> staticFactory)
          Construct a ComponentAdapter accessing a static factory creating the component.
StaticFactoryAdapter(Object componentKey, Class<T> type, StaticFactory<T> staticFactory)
          Construct a ComponentAdapter accessing a static factory creating the component using a special key for addComponent registration.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.