Uses of Class
com.aspectran.core.context.rule.AnnotatedMethodActionRule
-
-
Uses of AnnotatedMethodActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type AnnotatedMethodActionRule Modifier and Type Method Description ExecutableActionList. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule) -
Uses of AnnotatedMethodActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return AnnotatedMethodActionRule Modifier and Type Method Description AnnotatedMethodActionRuleAnnotatedMethodAction. getAnnotatedMethodActionRule()Returns the annotated bean method action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type AnnotatedMethodActionRule Constructor Description AnnotatedMethodAction(AnnotatedMethodActionRule annotatedMethodActionRule)Instantiates a new AnnotatedMethodAction. -
Uses of AnnotatedMethodActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type AnnotatedMethodActionRule Modifier and Type Method Description ExecutableAbstractResponseRule. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule)ExecutableAspectAdviceRule. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule)ExecutableChooseWhenRule. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule)ExecutableExceptionThrownRule. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule)ExecutableTransletRule. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule) -
Uses of AnnotatedMethodActionRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type AnnotatedMethodActionRule Modifier and Type Method Description ExecutableActionRuleApplicable. applyActionRule(AnnotatedMethodActionRule annotatedMethodActionRule)Adds the annotated method action rule. -
Uses of AnnotatedMethodActionRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type AnnotatedMethodActionRule Modifier and Type Method Description static ActionParametersRuleToParamsConverter. toActionParameters(AnnotatedMethodActionRule annotatedMethodActionRule)
-