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 BeanInstanceAbstractScope. getBeanInstance(BeanRule beanRule)BeanInstanceScope. 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 voidAbstractScope. putBeanInstance(BeanRule beanRule, BeanInstance beanInstance)voidScope. 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 BeanInstanceBeanRule. 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 voidBeanRule. setBeanInstance(BeanInstance beanInstance)Sets the instantiated object of this bean.
-