Uses of Class
com.opensymphony.xwork.interceptor.ConversionErrorInterceptor

Packages that use ConversionErrorInterceptor
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
 

Uses of ConversionErrorInterceptor in com.opensymphony.webwork.interceptor
 

Subclasses of ConversionErrorInterceptor in com.opensymphony.webwork.interceptor
 class WebWorkConversionErrorInterceptor
          This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, "", or {""} (a size 1 String array with only an empty String).
 


WebWork Project Page