Uses of Class
com.aspectran.core.component.aspect.AspectRuleRegistry
-
Packages that use AspectRuleRegistry Package Description com.aspectran.core.component.aspect com.aspectran.core.component.bean.proxy com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.rule.assistant -
-
Uses of AspectRuleRegistry in com.aspectran.core.component.aspect
Constructors in com.aspectran.core.component.aspect with parameters of type AspectRuleRegistry Constructor Description AspectAdviceRulePreRegister(AspectRuleRegistry aspectRuleRegistry) -
Uses of AspectRuleRegistry in com.aspectran.core.component.bean.proxy
Constructors in com.aspectran.core.component.bean.proxy with parameters of type AspectRuleRegistry Constructor Description AbstractDynamicProxyBean(AspectRuleRegistry aspectRuleRegistry) -
Uses of AspectRuleRegistry in com.aspectran.core.context
Methods in com.aspectran.core.context that return AspectRuleRegistry Modifier and Type Method Description AspectRuleRegistryActivityContext. getAspectRuleRegistry()Gets the aspect rule registry.AspectRuleRegistryAspectranActivityContext. getAspectRuleRegistry()Methods in com.aspectran.core.context with parameters of type AspectRuleRegistry Modifier and Type Method Description voidAspectranActivityContext. setAspectRuleRegistry(AspectRuleRegistry aspectRuleRegistry) -
Uses of AspectRuleRegistry in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return AspectRuleRegistry Modifier and Type Method Description AspectRuleRegistryContextRuleAssistant. getAspectRuleRegistry()Gets the aspect rule registry.
-