Uses of Class
com.aspectran.core.component.bean.BeanRuleRegistry
-
Packages that use BeanRuleRegistry Package Description com.aspectran.core.component.aspect com.aspectran.core.component.bean com.aspectran.core.component.bean.scope Support for AOP-based scoping of target objects.com.aspectran.core.context.rule.assistant -
-
Uses of BeanRuleRegistry in com.aspectran.core.component.aspect
Methods in com.aspectran.core.component.aspect with parameters of type BeanRuleRegistry Modifier and Type Method Description voidAspectAdviceRulePreRegister. register(BeanRuleRegistry beanRuleRegistry) -
Uses of BeanRuleRegistry in com.aspectran.core.component.bean
Constructors in com.aspectran.core.component.bean with parameters of type BeanRuleRegistry Constructor Description DefaultBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType) -
Uses of BeanRuleRegistry in com.aspectran.core.component.bean.scope
Methods in com.aspectran.core.component.bean.scope with parameters of type BeanRuleRegistry Modifier and Type Method Description static SessionScopeSessionScope. restore(Activity activity, BeanRuleRegistry beanRuleRegistry) -
Uses of BeanRuleRegistry in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return BeanRuleRegistry Modifier and Type Method Description BeanRuleRegistryActivityRuleAssistant. getBeanRuleRegistry()Returns the bean rule registry.Methods in com.aspectran.core.context.rule.assistant with parameters of type BeanRuleRegistry Modifier and Type Method Description voidBeanReferenceInspector. inspect(BeanRuleRegistry beanRuleRegistry)Inspect bean reference.
-