Uses of Class
com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter

Packages that use DefaultTypeConverter
com.opensymphony.xwork2.conversion.impl   
org.apache.struts2.util Miscellaneous helper classes. 
 

Uses of DefaultTypeConverter in com.opensymphony.xwork2.conversion.impl
 

Subclasses of DefaultTypeConverter in com.opensymphony.xwork2.conversion.impl
 class AnnotationXWorkConverter
          Deprecated. Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
 class EnumTypeConverter
          Deprecated. Since Struts 2.1.0 as enum support is now built into XWork
 class XWorkBasicConverter
          

XWork will automatically handle the most common type conversion for you.

 class XWorkConverter
          XWorkConverter is a singleton used by many of the Struts 2's Ognl extention points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object conversion.
 

Uses of DefaultTypeConverter in org.apache.struts2.util
 

Subclasses of DefaultTypeConverter in org.apache.struts2.util
 class StrutsTypeConverter
          Base class for type converters used in Struts.
 



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