Uses of Class
org.directwebremoting.extend.TypeHintContext

Packages that use TypeHintContext
org.directwebremoting.convert   
org.directwebremoting.dwrp   
org.directwebremoting.extend   
 

Uses of TypeHintContext in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert that return TypeHintContext
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 TypeHintContext in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type TypeHintContext
 java.lang.Object DefaultConverterManager.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
           
 java.lang.Class DefaultConverterManager.getExtraTypeInfo(TypeHintContext thc)
           
 void DefaultConverterManager.setExtraTypeInfo(TypeHintContext thc, java.lang.Class type)
           
 

Uses of TypeHintContext in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return TypeHintContext
 TypeHintContext TypeHintContext.createChildContext(int newParameterNumber)
          Create a child TypeHintContext based on this one
 TypeHintContext InboundContext.getCurrentTypeHintContext()
           
 

Methods in org.directwebremoting.extend with parameters of type TypeHintContext
 java.lang.Object ConverterManager.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
          Convert an object from being a string into an object of some type.
 java.lang.Class ConverterManager.getExtraTypeInfo(TypeHintContext thc)
          The extra type information that we have learnt about a method parameter.
 void InboundContext.pushContext(TypeHintContext context)
          Someone wants to tell us about a new conversion context.
 void ConverterManager.setExtraTypeInfo(TypeHintContext thc, java.lang.Class type)
          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.
 



Copyright © 2007. All Rights Reserved.