|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanletFactory<T>
Factory for creating beanlet references.
| Method Summary | |
|---|---|
BeanletReference<T> |
create()
Creates a new beanlet reference for the underlying beanlet. |
BeanletReference<T> |
create(Map<String,?> info)
Creates a new beanlet reference for the underlying beanlet. |
BeanletMetaData<T> |
getBeanletMetaData()
Returns meta data for the underlying beanlet. |
| Method Detail |
|---|
BeanletMetaData<T> getBeanletMetaData()
BeanletReference<T> create()
throws BeanletCreationException
BeanletCreationException - if beanlet could not be created for
any reason.
BeanletReference<T> create(Map<String,?> info)
throws BeanletCreationException
info - map that contains parameters that can be injected into
the beanlet instance.
BeanletCreationException - if beanlet could not be created for
any reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||