This marker interface should be implemented by actions that do not want any
parameters set on them automatically (by the ParametersActionFactoryProxy)
This may be useful if one is using the action tag and want to supply
the parameters to the action manually using the param tag.
An interceptor that copies all the properties of every object in the value stack to the currently executing object,
except for any object that implements Unchainable.
This interceptor adds any error found in the ActionContext's conversionErrors map as a field error (provided
that the action implements ValidationAware).
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as
a way to get a handle on the exception itself.
Utility class contains common methods used by
com.opensymphony.xwork.interceptor.MethodFilterInterceptorterceptor
and org.apache.struts.action2.components.Form.