Uses of Interface
org.directwebremoting.extend.Property

Packages that use Property
org.directwebremoting.convert   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.hibernate   
org.directwebremoting.impl   
 

Uses of Property in org.directwebremoting.convert
 

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> MinimalistExceptionConverter.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> ExceptionConverter.getPropertyMapFromClass(java.lang.Class<?> type, 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> BeanConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 java.util.Map<java.lang.String,Property> ObjectConverter.getPropertyMapFromObject(java.lang.Object example, boolean readRequired, boolean writeRequired)
           
 

Uses of Property in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend that implement Property
 class ConstructorProperty
           
 class FieldProperty
          An implementation of Property that proxies to a Field
 class NestedProperty
           
 class OverrideProperty
          A Property for when we've been given override information in a signatures element.
 class ParameterProperty
          An implementation of Property that gets type information from the 'n'th parameter to a method
 class PlainProperty
          An implementation of Property that simply uses stored values.
 class PropertyDescriptorProperty
          An implementation of Property that proxies to a PropertyDescriptor
 

Methods in org.directwebremoting.extend that return Property
 Property ConverterManager.checkOverride(Property property)
          All Propertys can create children to represent sub-types, but the ConverterManager might want to override the options that they provide using types configured by a signatures element.
 Property PropertyDescriptorProperty.createChild(int newParameterNumber)
           
 Property NestedProperty.createChild(int aNewParameterNumber)
           
 Property ConstructorProperty.createChild(int nextNewParameterNumber)
           
 Property PlainProperty.createChild(int newParameterNumber)
           
 Property ParameterProperty.createChild(int aNewParameterNumber)
           
 Property Property.createChild(int index)
          Properties may have children where we have nested generic type info.
 Property FieldProperty.createChild(int newParameterNumber)
           
 Property OverrideProperty.createChild(int index)
           
 Property InboundContext.getCurrentProperty()
           
 

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.
 

Methods in org.directwebremoting.extend with parameters of type Property
 Property ConverterManager.checkOverride(Property property)
          All Propertys can create children to represent sub-types, but the ConverterManager might want to override the options that they provide using types configured by a signatures element.
<T> T
ConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable data, Property thc)
          Convert an object from being a string into an object of some type.
 void InboundContext.pushContext(Property context)
          Someone wants to tell us about a new conversion context.
 void ConverterManager.setOverrideProperty(Property original, Property replacement)
          We don't know enough from a method signature like setUsers(Set s) to be able to cast the inbound data to a set of Users.
 

Constructors in org.directwebremoting.extend with parameters of type Property
NestedProperty(Property parent, java.lang.Object method, java.lang.reflect.Type parentParameterType, int parameterNumber, int newParameterNumber)
           
 

Uses of Property in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that return Property
 Property InternalConverterManager.checkOverride(Property property)
           
 

Methods in org.directwebremoting.guice with parameters of type Property
 Property InternalConverterManager.checkOverride(Property property)
           
<T> T
InternalConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable iv, Property incc)
           
 void InternalConverterManager.setOverrideProperty(Property original, Property replacement)
           
 

Uses of Property in org.directwebremoting.hibernate
 

Classes in org.directwebremoting.hibernate that implement Property
 class H3PropertyDescriptorProperty
          A Property that catches Hibernate 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)
           
 

Uses of Property in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return Property
 Property DefaultConverterManager.checkOverride(Property property)
           
 

Methods in org.directwebremoting.impl with parameters of type Property
 Property DefaultConverterManager.checkOverride(Property property)
           
<T> T
DefaultConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable data, Property thc)
           
 void DefaultConverterManager.setOverrideProperty(Property original, Property replacement)
           
 


Copyright ยจ 2008