Package com.aspectran.core.activity.process.action
-
Interface Summary Interface Description Executable The Interface Executable. -
Class Summary Class Description AdviceAction AdviceActionthat invokes a method for Aspect Advice.AnnotatedAction AnnotatedMethodActionthat invokes a method of the bean instance specified by the annotation.ChooseAction Created: 2019-07-13EchoAction EchoActionto produce attributes.HeaderAction HeaderActionto set response headers.IncludeAction IncludeActionto get the execution result of another translet.InvokeAction InvokeActionthat invokes a method of the bean instance. -
Exception Summary Exception Description ActionExecutionException Thrown when an error occurs while executing an action.MethodArgumentTypeMismatchException This exception will be thrown when failing to bind the request parameter to the action method parameter.ParameterBindingException This exception will be thrown when failing to bind the request parameter to the action method parameter.