|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanletNotFoundException | |
|---|---|
| org.beanlet | Contains all of the core beanlet interfaces and bootstrap classes. |
| Uses of BeanletNotFoundException in org.beanlet |
|---|
| Methods in org.beanlet that throw BeanletNotFoundException | ||
|---|---|---|
abstract Object |
BeanletApplicationContext.getBeanlet(String beanletName)
Returns a beanlet instance for the specified beanletName. |
|
abstract
|
BeanletApplicationContext.getBeanlet(String beanletName,
Class<T> requiredType)
Returns a beanlet instance for the specified beanletName. |
|
abstract
|
BeanletApplicationContext.getBeanlet(String beanletName,
Class<T> requiredType,
Map<String,?> info)
Returns a BeanletFactory for the specified beanletName. |
|
abstract Object |
BeanletApplicationContext.getBeanlet(String beanletName,
Map<String,?> info)
Returns a beanlet for the specified beanletName. |
|
abstract BeanletFactory<?> |
BeanletApplicationContext.getBeanletFactory(String beanletName)
Returns a BeanletFactory for the specified beanletName,
or throws a BeanletNotFoundException if beanlet does not exist. |
|
abstract
|
BeanletApplicationContext.getBeanletFactory(String beanletName,
Class<T> requiredType)
Returns a BeanletFactory for the specified beanletName. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||