Uses of Class
com.aspectran.core.component.bean.BeanInstance
-
Packages that use BeanInstance Package Description com.aspectran.core.component.bean.scope -
-
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(Activity activity, BeanRule beanRule, BeanInstance beanInstance)voidScope. putBeanInstance(Activity activity, BeanRule beanRule, BeanInstance beanInstance)Saves an instantiated bean with the given bean rule into the scope.voidSessionScope. putBeanInstance(Activity activity, BeanRule beanRule, BeanInstance beanInstance)
-