Uses of Class
com.aspectran.core.context.rule.AnnotatedActionRule
-
-
Uses of AnnotatedActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type AnnotatedActionRule Modifier and Type Method Description ExecutableActionList. applyActionRule(AnnotatedActionRule annotatedActionRule) -
Uses of AnnotatedActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return AnnotatedActionRule Modifier and Type Method Description AnnotatedActionRuleAnnotatedAction. getAnnotatedActionRule()Returns the annotated bean method action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type AnnotatedActionRule Constructor Description AnnotatedAction(AnnotatedActionRule annotatedActionRule)Instantiates a new AnnotatedMethodAction. -
Uses of AnnotatedActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type AnnotatedActionRule Modifier and Type Method Description ExecutableAspectAdviceRule. applyActionRule(AnnotatedActionRule annotatedActionRule)ExecutableChooseWhenRule. applyActionRule(AnnotatedActionRule annotatedActionRule)ExecutableExceptionThrownRule. applyActionRule(AnnotatedActionRule annotatedActionRule)ExecutableResponseRule. applyActionRule(AnnotatedActionRule annotatedActionRule)ExecutableTransletRule. applyActionRule(AnnotatedActionRule annotatedActionRule) -
Uses of AnnotatedActionRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type AnnotatedActionRule Modifier and Type Method Description ExecutableActionRuleApplicable. applyActionRule(AnnotatedActionRule annotatedActionRule)Adds the annotated method action rule. -
Uses of AnnotatedActionRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type AnnotatedActionRule Modifier and Type Method Description static ActionParametersRulesToParameters. toActionParameters(AnnotatedActionRule annotatedActionRule)
-