Uses of Class
org.beanlet.BeanletNotOfRequiredTypeException

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
<T> T
BeanletApplicationContext.getBeanlet(String beanletName, Class<T> requiredType)
          Returns a beanlet instance for the specified beanletName.
abstract
<T> T
BeanletApplicationContext.getBeanlet(String beanletName, Class<T> requiredType, Map<String,?> info)
          Returns a BeanletFactory for the specified beanletName.
abstract
<T> BeanletFactory<? extends T>
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().
 



Copyright © 2006-2012. All Rights Reserved.