Uses of Interface
com.aspectran.core.activity.process.action.Executable
-
Packages that use Executable Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.process com.aspectran.core.activity.process.action com.aspectran.core.activity.process.result com.aspectran.core.context.rule com.aspectran.core.context.rule.ability -
-
Uses of Executable in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type Executable Modifier and Type Method Description protected voidAdviceActivity. executeAdvice(Executable action)Executes advice action. -
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(AnnotatedMethodActionRule annotatedMethodActionRule)ExecutableActionList. applyActionRule(BeanMethodActionRule beanMethodActionRule)ExecutableActionList. applyActionRule(EchoActionRule echoActionRule)ExecutableActionList. applyActionRule(HeaderActionRule headerActionRule)ExecutableActionList. applyActionRule(IncludeActionRule includeActionRule)Methods in com.aspectran.core.activity.process with parameters of type Executable Modifier and Type Method Description voidActionList. applyActionRule(Executable action)Method parameters in com.aspectran.core.activity.process with type arguments of type Executable Modifier and Type Method Description voidActionList. applyActionRule(java.util.Collection<Executable> actionList) -
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 classAbstractActionThe Class AbstractAction.classAnnotatedMethodActionAnnotatedMethodActionthat invokes a method of the bean instance specified by the annotation.classBeanMethodActionBeanMethodActionthat invokes a method of the bean instance.classEchoActionEchoActionto produce attributes.classHeaderActionHeaderActionto set response headers.classIncludeActionIncludeActionto get the execution result of another translet.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 voidAbstractResponseRule. applyActionRule(Executable action)voidAspectAdviceRule. applyActionRule(Executable action)voidChooseWhenRule. applyActionRule(Executable action)voidExceptionThrownRule. applyActionRule(Executable action)voidTransletRule. applyActionRule(Executable action)Method parameters in com.aspectran.core.context.rule with type arguments of type Executable Modifier and Type Method Description voidAbstractResponseRule. applyActionRule(java.util.Collection<Executable> actionList)voidAspectAdviceRule. applyActionRule(java.util.Collection<Executable> actionList)voidChooseWhenRule. applyActionRule(java.util.Collection<Executable> actionList)voidExceptionThrownRule. applyActionRule(java.util.Collection<Executable> actionList)voidTransletRule. applyActionRule(java.util.Collection<Executable> actionList) -
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(AnnotatedMethodActionRule annotatedMethodActionRule)Adds the annotated method action rule.ExecutableActionRuleApplicable. applyActionRule(BeanMethodActionRule beanMethodActionRule)Adds the bean method action rule.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.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.Method parameters in com.aspectran.core.context.rule.ability with type arguments of type Executable Modifier and Type Method Description voidActionRuleApplicable. applyActionRule(java.util.Collection<Executable> actionList)Adds a list of action instances that can be executed.
-