Uses of Class
com.aspectran.core.context.rule.IncludeActionRule
-
-
Uses of IncludeActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type IncludeActionRule Modifier and Type Method Description ExecutableActionList. applyActionRule(IncludeActionRule includeActionRule) -
Uses of IncludeActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return IncludeActionRule Modifier and Type Method Description IncludeActionRuleIncludeAction. getIncludeActionRule()Returns the include action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type IncludeActionRule Constructor Description IncludeAction(IncludeActionRule includeActionRule)Instantiates a new IncludeAction. -
Uses of IncludeActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return IncludeActionRule Modifier and Type Method Description static IncludeActionRuleIncludeActionRule. newInstance(java.lang.String id, java.lang.String transletName, java.lang.String method, java.lang.Boolean hidden)Returns a new instance of IncludeActionRule.Methods in com.aspectran.core.context.rule with parameters of type IncludeActionRule Modifier and Type Method Description ExecutableAspectAdviceRule. applyActionRule(IncludeActionRule includeActionRule)ExecutableChooseWhenRule. applyActionRule(IncludeActionRule includeActionRule)ExecutableExceptionThrownRule. applyActionRule(IncludeActionRule includeActionRule)ExecutableResponseRule. applyActionRule(IncludeActionRule includeActionRule)ExecutableTransletRule. applyActionRule(IncludeActionRule includeActionRule) -
Uses of IncludeActionRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type IncludeActionRule Modifier and Type Method Description ExecutableActionRuleApplicable. applyActionRule(IncludeActionRule includeActionRule)Adds the include action rule. -
Uses of IncludeActionRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type IncludeActionRule Modifier and Type Method Description static ActionParametersRulesToParameters. toActionParameters(IncludeActionRule includeActionRule)
-