Package | Description |
---|---|
org.picocontainer.gems.adapters |
Modifier and Type | Field and Description |
---|---|
private StaticFactory |
StaticFactoryComponentAdapter.staticFactory |
Constructor and Description |
---|
StaticFactoryComponentAdapter(java.lang.Class type,
StaticFactory staticFactory)
Construct a ComponentAdapter accessing a static factory creating the component.
|
StaticFactoryComponentAdapter(java.lang.Object componentKey,
java.lang.Class type,
StaticFactory staticFactory)
Construct a ComponentAdapter accessing a static factory creating the component using a special key for component
registration.
|