|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.DecoratingComponentAdapter
org.picocontainer.defaults.BeanPropertyComponentAdapterFactory.Adapter
Constructor Summary | |
BeanPropertyComponentAdapterFactory.Adapter(ComponentAdapter delegate,
java.util.Map propertyValues)
|
Method Summary | |
java.lang.Object |
getComponentInstance()
Gets the component instance. |
void |
setProperties(java.util.Map properties)
Sets the bean property values that should be set upon creation. |
Methods inherited from class org.picocontainer.defaults.DecoratingComponentAdapter |
getComponentImplementation, getComponentKey, getContainer, getDelegate, setContainer, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanPropertyComponentAdapterFactory.Adapter(ComponentAdapter delegate, java.util.Map propertyValues) throws BeanPropertyComponentAdapterFactory.PicoBeanInfoInitializationException
Method Detail |
public java.lang.Object getComponentInstance() throws PicoInitializationException, PicoIntrospectionException, AssignabilityRegistrationException, NotConcreteRegistrationException
ComponentAdapter
CachingComponentAdapter
).
getComponentInstance
in interface ComponentAdapter
getComponentInstance
in class DecoratingComponentAdapter
PicoInitializationException
PicoIntrospectionException
AssignabilityRegistrationException
NotConcreteRegistrationException
public void setProperties(java.util.Map properties)
properties
- bean properties
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |