|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanFactory
Bean factory used to obtain objects in a transparent way.
| Method Summary | ||
|---|---|---|
|
find(Class<T> aClass)
|
|
Object |
find(String aId)
Finds a bean based on id. |
|
|
find(String aId,
Class<T> aClass)
|
|
| Method Detail |
|---|
Object find(String aId)
aId - Id of the bean.
BeanFactoryException - In case the object could not be found.<T> T find(Class<T> aClass)
<T> T find(String aId,
Class<T> aClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||