|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanletCreationException | |
|---|---|
| org.beanlet | Contains all of the core beanlet interfaces and bootstrap classes. |
| Uses of BeanletCreationException in org.beanlet |
|---|
| Subclasses of BeanletCreationException in org.beanlet | |
|---|---|
class |
BeanletNotActiveException
Thrown if the specified beanlet has not yet been activated. |
| Methods in org.beanlet that throw BeanletCreationException | ||
|---|---|---|
BeanletReference<T> |
BeanletFactory.create()
Creates a new beanlet reference for the underlying beanlet. |
|
BeanletReference<T> |
BeanletFactory.create(Map<String,?> info)
Creates a new beanlet reference for the underlying beanlet. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||