| Package | Description |
|---|---|
| org.picocontainer.gems.adapters |
| Constructor and Description |
|---|
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-2014 Codehaus. All Rights Reserved.