Uses of Interface
com.aspectran.core.activity.process.action.Executable
-
-
Uses of Executable in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process that return Executable Modifier and Type Method Description ExecutableActionList. applyActionRule(AnnotatedActionRule annotatedActionRule)ExecutableActionList. applyActionRule(ChooseRule chooseRule)ExecutableActionList. applyActionRule(EchoActionRule echoActionRule)ExecutableActionList. applyActionRule(HeaderActionRule headerActionRule)ExecutableActionList. applyActionRule(IncludeActionRule includeActionRule)ExecutableActionList. applyActionRule(InvokeActionRule invokeActionRule)Methods in com.aspectran.core.activity.process with parameters of type Executable Modifier and Type Method Description voidActionList. applyActionRule(Executable action) -
Uses of Executable in com.aspectran.core.activity.process.action
Classes in com.aspectran.core.activity.process.action that implement Executable Modifier and Type Class Description classAdviceActionAdviceActionthat invokes a method for Aspect Advice.classAnnotatedActionAnnotatedMethodActionthat invokes a method of the bean instance specified by the annotation.classChooseActionCreated: 2019-07-13classEchoActionEchoActionto produce attributes.classHeaderActionHeaderActionto set response headers.classIncludeActionIncludeActionto get the execution result of another translet.classInvokeActionInvokeActionthat invokes a method of the bean instance.Methods in com.aspectran.core.activity.process.action that return Executable Modifier and Type Method Description ExecutableActionExecutionException. getAction()Constructors in com.aspectran.core.activity.process.action with parameters of type Executable Constructor Description ActionExecutionException(Executable action, java.lang.Throwable cause) -
Uses of Executable in com.aspectran.core.activity.process.result
Methods in com.aspectran.core.activity.process.result with parameters of type Executable Modifier and Type Method Description voidContentResult. addActionResult(Executable parentAction, ProcessResult processResult)voidContentResult. addActionResult(Executable action, java.lang.Object resultValue) -
Uses of Executable in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type Executable Modifier and Type Method Description voidAspectAdviceRule. applyActionRule(Executable action)voidChooseWhenRule. applyActionRule(Executable action)voidExceptionThrownRule. applyActionRule(Executable action)voidResponseRule. applyActionRule(Executable action)voidTransletRule. applyActionRule(Executable action) -
Uses of Executable in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability that return Executable Modifier and Type Method Description ExecutableActionRuleApplicable. applyActionRule(AnnotatedActionRule annotatedActionRule)Adds the annotated method action rule.ExecutableActionRuleApplicable. applyActionRule(ChooseRule chooseRule)Adds a list of action instances that can be executed.ExecutableActionRuleApplicable. applyActionRule(EchoActionRule echoActionRule)Adds the echo action rule.ExecutableActionRuleApplicable. applyActionRule(HeaderActionRule headerActionRule)Adds the header action rule.ExecutableActionRuleApplicable. applyActionRule(IncludeActionRule includeActionRule)Adds the include action rule.ExecutableActionRuleApplicable. applyActionRule(InvokeActionRule invokeActionRule)Adds the invoke action rule.Methods in com.aspectran.core.context.rule.ability with parameters of type Executable Modifier and Type Method Description voidActionRuleApplicable. applyActionRule(Executable action)Adds an executable action instance.
-