Uses of Class
com.aspectran.core.context.rule.IncludeActionRule
Packages that use IncludeActionRule
Package
Description
-
Uses of IncludeActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type IncludeActionRuleModifier and TypeMethodDescriptionActionList.applyActionRule
(IncludeActionRule includeActionRule) -
Uses of IncludeActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return IncludeActionRuleModifier and TypeMethodDescriptionIncludeAction.getIncludeActionRule()
Returns the include action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type IncludeActionRuleModifierConstructorDescriptionIncludeAction
(IncludeActionRule includeActionRule) Instantiates a new IncludeAction. -
Uses of IncludeActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return IncludeActionRuleModifier and TypeMethodDescriptionstatic IncludeActionRule
IncludeActionRule.newInstance
(String id, String transletName, String method, Boolean hidden) Returns a new instance of IncludeActionRule.Methods in com.aspectran.core.context.rule with parameters of type IncludeActionRuleModifier and TypeMethodDescriptionAspectAdviceRule.applyActionRule
(IncludeActionRule includeActionRule) ChooseWhenRule.applyActionRule
(IncludeActionRule includeActionRule) ExceptionThrownRule.applyActionRule
(IncludeActionRule includeActionRule) ResponseRule.applyActionRule
(IncludeActionRule includeActionRule) TransletRule.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 IncludeActionRuleModifier and TypeMethodDescriptionActionRuleApplicable.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 IncludeActionRuleModifier and TypeMethodDescriptionstatic ActionParameters
RulesToParameters.toActionParameters
(IncludeActionRule includeActionRule)