Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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.xworkxwork2.interceptor.ConversionErrorInterceptor}

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

Wiki Markup
{snippet:id=description|javadoc=true|url=comorg.opensymphonyapache.webworkstruts2.interceptor.WebWorkConversionErrorInterceptorStrutsConversionErrorInterceptor}

Parameters

Wiki Markup
{snippet:id=parameters|javadoc=true|url=comorg.opensymphonyapache.webworkstruts2.interceptor.WebWorkConversionErrorInterceptorStrutsConversionErrorInterceptor}

Extending the Interceptor

Wiki Markup
{snippet:id=extending|javadoc=true|url=comorg.opensymphonyapache.webworkstruts2.interceptor.WebWorkConversionErrorInterceptorStrutsConversionErrorInterceptor}

Examples

Wiki Markup
{snippet:id=example|lang=xml|javadoc=true|url=comorg.opensymphonyapache.webworkstruts2.interceptor.WebWorkConversionErrorInterceptorStrutsConversionErrorInterceptor}