Uses of Interface
org.directwebremoting.extend.Property

Packages that use Property
org.directwebremoting.convert   
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 with parameters of type Property
protected  TypeHintContext ObjectConverter.createTypeHintContext(InboundContext inctx, Property property)
           
protected  TypeHintContext BeanConverter.createTypeHintContext(InboundContext inctx, Property property)
           
protected abstract  TypeHintContext BasicObjectConverter.createTypeHintContext(InboundContext inctx, Property property)
          BasicObjectConverter.convertInbound(Class, InboundVariable, InboundContext) needs to create a TypeHintContext for the Property it is converting so that the type guessing system can do its work.
 

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.
 

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 © 2007. All Rights Reserved.