Package com.aspectran.core.activity.process.action
-
Interface Summary Interface Description Executable The Interface Executable. -
Class Summary Class Description AbstractAction The Class AbstractAction.AnnotatedMethodAction AnnotatedMethodAction
that invokes a method of the bean instance specified by the annotation.BeanMethodAction BeanMethodAction
that invokes a method of the bean instance.EchoAction EchoAction
to produce attributes.HeaderAction HeaderAction
to set response headers.IncludeAction IncludeAction
to get the execution result of another translet. -
Exception Summary Exception Description ActionExecutionException This exception will be thrown when a action execution is failed.ParameterBindingException This exception will be thrown when failing to bind the request parameter to the action method parameter.