Uses of Class
com.aspectran.core.component.bean.BeanInstance
-
Packages that use BeanInstance Package Description com.aspectran.core.component.bean.scope com.aspectran.core.context.rule -
-
Uses of BeanInstance in com.aspectran.core.component.bean.scope
Methods in com.aspectran.core.component.bean.scope that return BeanInstance Modifier and Type Method Description BeanInstance
AbstractScope. getBeanInstance(BeanRule beanRule)
BeanInstance
Scope. getBeanInstance(BeanRule beanRule)
Returns an instance of the bean that matches the given bean rule.Methods in com.aspectran.core.component.bean.scope with parameters of type BeanInstance Modifier and Type Method Description void
AbstractScope. putBeanInstance(BeanRule beanRule, BeanInstance beanInstance)
void
Scope. putBeanInstance(BeanRule beanRule, BeanInstance beanInstance)
Saves an instantiated bean with the given bean rule into the scope. -
Uses of BeanInstance in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return BeanInstance Modifier and Type Method Description BeanInstance
BeanRule. getBeanInstance()
Returns the instantiated object of this bean.Methods in com.aspectran.core.context.rule with parameters of type BeanInstance Modifier and Type Method Description void
BeanRule. setBeanInstance(BeanInstance beanInstance)
Sets the instantiated object of this bean.
-