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.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
Methods in com.aspectran.core.component.bean that return BeanRuleRegistry Modifier and Type Method Description protected BeanRuleRegistryAbstractBeanFactory. getBeanRuleRegistry()Constructors in com.aspectran.core.component.bean with parameters of type BeanRuleRegistry Constructor Description AbstractBeanFactory(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType)AbstractBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType)ContextBeanRegistry(ActivityContext context, BeanRuleRegistry beanRuleRegistry, BeanProxifierType beanProxifierType) -
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.
-