public interface IBeanContainer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
lookupBean(String id,
Class<T> expectedClass) |
<T> List<T> |
lookupBeans(Class<T> expectedClass) |
void |
registerBean(String id,
Object object) |
void |
unregisterBean(String id) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.