Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Struts 2 conversion error interceptor is a subclass of the XWork 2 conversion error interceptor.

From the Javadocs of the XWork 2 interceptorTo fully document this interceptor, it is best to look at the JavaDocs for the subclass of the interceptor, ConversionErrorInterceptor:

Wiki Markup
{snippet:id=description|javadoc=true|url=com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor}

... as well as the JavaDocs for the interceptor itself, StrutsConversionErrorInterceptorFrom the Javadocs of the Struts 2 interceptor:

Wiki Markup
{snippet:id=description|javadoc=true|url=org.apache.struts2.interceptor.StrutsConversionErrorInterceptor}

...