Uses of Class
org.beanlet.BeanletNotFoundException

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
<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  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
<T> BeanletFactory<? extends T>
BeanletApplicationContext.getBeanletFactory(String beanletName, Class<T> requiredType)
          Returns a BeanletFactory for the specified beanletName.
 



Copyright © 2006-2012. All Rights Reserved.