Uses of Class
org.directwebremoting.convert.BasicObjectConverter

Packages that use BasicObjectConverter
org.directwebremoting.convert   
org.directwebremoting.hibernate   
 

Uses of BasicObjectConverter in org.directwebremoting.convert
 

Subclasses of BasicObjectConverter in org.directwebremoting.convert
 class BeanConverter
          Convert a Javascript associative array into a JavaBean
 class ExceptionConverter
          A special case of BeanConverter that doesn't convert StackTraces
 class MinimalistExceptionConverter
          A special case of BeanConverter for use by default with Throwables, which only outputs a "broken" message.
 class ObjectConverter
          Convert a Javascript associative array into a JavaBean
 class XmlBeanConverter
          A Converter for Apache XMLBeans.
 

Uses of BasicObjectConverter in org.directwebremoting.hibernate
 

Subclasses of BasicObjectConverter in org.directwebremoting.hibernate
 class H3BeanConverter
          BeanConverter that works with Hibernate to get BeanInfo.
 


Copyright ยจ 2008