Package com.aspectran.core.activity.process.action
-
Interface Summary Interface Description Executable The Interface Executable. -
Class Summary Class Description AbstractAction The Class AbstractAction.AnnotatedMethodAction AnnotatedMethodActionthat invokes a method of the bean instance specified by the annotation.BeanMethodAction BeanMethodActionthat invokes a method of the bean instance.EchoAction EchoActionto produce attributes.HeaderAction HeaderActionto set response headers.IncludeAction IncludeActionto 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.