|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeHintContext | |
uk.ltd.getahead.dwr | |
uk.ltd.getahead.dwr.impl |
Uses of TypeHintContext in uk.ltd.getahead.dwr |
Methods in uk.ltd.getahead.dwr that return TypeHintContext | |
TypeHintContext |
InboundContext.getCurrentTypeHintContext()
|
TypeHintContext |
TypeHintContext.createChildContext(int genericParameterNumber)
Create a child TypeHintContext based on this one |
Methods in uk.ltd.getahead.dwr with parameters of type TypeHintContext | |
void |
InboundContext.pushContext(TypeHintContext context)
Someone wants to tell us about a new conversion context. |
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. |
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. |
java.lang.Class |
ConverterManager.getExtraTypeInfo(TypeHintContext thc)
The extra type information that we have learnt about a method parameter. |
Uses of TypeHintContext in uk.ltd.getahead.dwr.impl |
Methods in uk.ltd.getahead.dwr.impl with parameters of type TypeHintContext | |
java.lang.Object |
DefaultConverterManager.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx,
TypeHintContext incc)
|
void |
DefaultConverterManager.setExtraTypeInfo(TypeHintContext thc,
java.lang.Class type)
|
java.lang.Class |
DefaultConverterManager.getExtraTypeInfo(TypeHintContext thc)
|
|
Copyright ? 2005 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |