Uses of Interface
org.directwebremoting.extend.Property

Packages that use Property
org.directwebremoting.convert   
org.directwebremoting.extend   
org.directwebremoting.hibernate   
org.directwebremoting.impl   
 

Uses of Property in org.directwebremoting.convert
 

Classes in org.directwebremoting.convert that implement Property
 class PlainProperty
          An implementation of Property that simply uses stored values.
 

Methods in org.directwebremoting.convert that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> XmlBeanConverter.getPropertyMapFromClass(java.lang.Class<?> paramType, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ObjectConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> MinimalistExceptionConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ExceptionConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> BeanConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ObjectConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 

Uses of Property in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> NamedConverter.getPropertyMapFromClass(java.lang.Class<?> type, boolean readRequired, boolean writeRequired)
          Get a map of property names to implementations of Property.
 java.util.Map<java.lang.String,Property> NamedConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
          Get a map of property names to implementations of Property.
 

Uses of Property in org.directwebremoting.hibernate
 

Classes in org.directwebremoting.hibernate that implement Property
 class H2PropertyDescriptorProperty
          A Property that catches hiberntate exceptions.
 class H3PropertyDescriptorProperty
          A Property that catches hiberntate exceptions.
 

Methods in org.directwebremoting.hibernate that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> H3BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> H2BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 

Uses of Property in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Property
 class FieldProperty
          An implementation of Property that proxies to a Field
 class PropertyDescriptorProperty
          An implementation of Property that proxies to a PropertyDescriptor
 


Copyright ¬ 2005