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 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 ContextualBeanRegistry(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 BeanRuleRegistryContextRuleAssistant. 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.
-