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

Packages that use ConversionErrorInterceptor
org.apache.struts2.interceptor Web specific interceptor classes. 
 

Uses of ConversionErrorInterceptor in org.apache.struts2.interceptor
 

Subclasses of ConversionErrorInterceptor in org.apache.struts2.interceptor
 class StrutsConversionErrorInterceptor
          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).
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.