| Methods in org.directwebremoting.convert with parameters of type InboundContext |
java.lang.Object |
XOMConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
URLConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
StringConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
ServletConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
PrimitiveConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
NullConverter.convertInbound(java.lang.Class paramType,
InboundVariable data,
InboundContext inctx)
|
java.lang.Object |
MapConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
JDOMConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
EnumConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
DOMConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
DOM4JConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
DateConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
ConstructorConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
CollectionConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
CharArrayConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
BigNumberConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
BasicObjectConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
ArrayConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
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. |