Uses of Interface
org.beanlet.BeanletFactory

Packages that use BeanletFactory
org.beanlet Contains all of the core beanlet interfaces and bootstrap classes. 
 

Uses of BeanletFactory in org.beanlet
 

Methods in org.beanlet that return BeanletFactory
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.