|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanletNotOfRequiredTypeException | |
|---|---|
| org.beanlet | Contains all of the core beanlet interfaces and bootstrap classes. |
| Uses of BeanletNotOfRequiredTypeException in org.beanlet |
|---|
| Methods in org.beanlet that throw BeanletNotOfRequiredTypeException | ||
|---|---|---|
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
|
BeanletApplicationContext.getBeanletFactory(String beanletName,
Class<T> requiredType)
Returns a BeanletFactory for the specified beanletName. |
|
T |
BeanletReference.getTypedBeanlet()
Returns the beanlet if this object is an instance of the beanlet type as specified by BeanletMetaData.getType(). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||