|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshallException | |
---|---|
org.directwebremoting.convert | |
org.directwebremoting.dwrp | |
org.directwebremoting.extend | |
org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
org.directwebremoting.hibernate | |
org.directwebremoting.impl | |
uk.ltd.getahead.dwr.compat |
Uses of MarshallException in org.directwebremoting.convert |
---|
Methods in org.directwebremoting.convert that throw MarshallException | |
---|---|
java.lang.Object |
StringConverter.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 |
DOM4JConverter.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 |
DateConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
java.lang.Object |
XOMConverter.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 |
ArrayConverter.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 |
MapConverter.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 |
BigNumberConverter.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 |
URLConverter.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx)
|
OutboundVariable |
StringConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
BasicObjectConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
DOM4JConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
DateConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
XOMConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
DOMConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
ArrayConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
JDOMConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
MapConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
CollectionConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
CharArrayConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
OutboundVariable |
URLConverter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
java.util.Map |
MinimalistExceptionConverter.getPropertyMapFromClass(java.lang.Class type,
boolean readRequired,
boolean writeRequired)
|
java.util.Map |
ExceptionConverter.getPropertyMapFromClass(java.lang.Class type,
boolean readRequired,
boolean writeRequired)
|
java.util.Map |
BeanConverter.getPropertyMapFromClass(java.lang.Class type,
boolean readRequired,
boolean writeRequired)
|
java.util.Map |
ObjectConverter.getPropertyMapFromObject(java.lang.Object example,
boolean readRequired,
boolean writeRequired)
|
java.util.Map |
BeanConverter.getPropertyMapFromObject(java.lang.Object example,
boolean readRequired,
boolean writeRequired)
|
java.lang.Object |
PlainProperty.getValue(java.lang.Object bean)
|
void |
PlainProperty.setValue(java.lang.Object bean,
java.lang.Object value)
|
Uses of MarshallException in org.directwebremoting.dwrp |
---|
Methods in org.directwebremoting.dwrp that throw MarshallException | |
---|---|
boolean |
HtmlScriptConduit.addScript(ScriptBuffer scriptBuffer)
|
boolean |
Html4kScriptConduit.addScript(ScriptBuffer scriptBuffer)
|
boolean |
PlainScriptConduit.addScript(ScriptBuffer scriptBuffer)
|
java.lang.Object |
DefaultConverterManager.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx,
TypeHintContext incc)
|
OutboundVariable |
DefaultConverterManager.convertOutbound(java.lang.Object object,
OutboundContext outctx)
|
Uses of MarshallException in org.directwebremoting.extend |
---|
Methods in org.directwebremoting.extend with parameters of type MarshallException | |
---|---|
static void |
EnginePrivate.remoteHandleMarshallException(ScriptConduit conduit,
java.lang.String batchId,
java.lang.String callId,
MarshallException ex)
Call the dwr.engine._remoteHandleException() in the browser |
Methods in org.directwebremoting.extend that throw MarshallException | |
---|---|
abstract boolean |
ScriptConduit.addScript(ScriptBuffer script)
Add a script to the list bound for remote execution. |
java.lang.Object |
Converter.convertInbound(java.lang.Class paramType,
InboundVariable data,
InboundContext inctx)
Attempt to coerce the data from a string to an Object. |
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. |
OutboundVariable |
ConverterManager.convertOutbound(java.lang.Object object,
OutboundContext converted)
Convert an object into a Javavscript representation of the same. |
OutboundVariable |
Converter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
Return a javascript string that defines the variable named varName to have the contents of the converted object data. |
static java.lang.String |
ScriptBufferUtil.createOutput(ScriptBuffer buffer,
ConverterManager converterManager)
Return a string ready for output. |
java.util.Map |
NamedConverter.getPropertyMapFromClass(java.lang.Class type,
boolean readRequired,
boolean writeRequired)
Get a map of property names to implementations of Property . |
java.util.Map |
NamedConverter.getPropertyMapFromObject(java.lang.Object example,
boolean readRequired,
boolean writeRequired)
Get a map of property names to implementations of Property . |
java.lang.Object |
Property.getValue(java.lang.Object bean)
Get the value of this property of the passed in java bean |
static void |
EnginePrivate.remoteHandleCallback(ScriptConduit conduit,
java.lang.String batchId,
java.lang.String callId,
java.lang.Object data)
Call the dwr.engine._remoteHandleResponse() in the browser |
void |
Property.setValue(java.lang.Object bean,
java.lang.Object value)
Set the value of this property of the passed in java bean |
Uses of MarshallException in org.directwebremoting.guice |
---|
Methods in org.directwebremoting.guice that throw MarshallException | |
---|---|
java.lang.Object |
InternalConverterManager.convertInbound(java.lang.Class paramType,
InboundVariable iv,
InboundContext inctx,
TypeHintContext incc)
|
OutboundVariable |
InternalConverterManager.convertOutbound(java.lang.Object object,
OutboundContext outctx)
|
Uses of MarshallException in org.directwebremoting.hibernate |
---|
Methods in org.directwebremoting.hibernate that throw MarshallException | |
---|---|
java.util.Map |
H3BeanConverter.getPropertyMapFromObject(java.lang.Object example,
boolean readRequired,
boolean writeRequired)
|
java.util.Map |
H2BeanConverter.getPropertyMapFromObject(java.lang.Object example,
boolean readRequired,
boolean writeRequired)
|
java.lang.Object |
H3PropertyDescriptorProperty.getValue(java.lang.Object bean)
|
java.lang.Object |
H2PropertyDescriptorProperty.getValue(java.lang.Object bean)
|
Uses of MarshallException in org.directwebremoting.impl |
---|
Methods in org.directwebremoting.impl that throw MarshallException | |
---|---|
java.lang.Object |
FieldProperty.getValue(java.lang.Object bean)
|
java.lang.Object |
PropertyDescriptorProperty.getValue(java.lang.Object bean)
|
void |
FieldProperty.setValue(java.lang.Object bean,
java.lang.Object value)
|
void |
PropertyDescriptorProperty.setValue(java.lang.Object bean,
java.lang.Object value)
|
Uses of MarshallException in uk.ltd.getahead.dwr.compat |
---|
Methods in uk.ltd.getahead.dwr.compat that throw MarshallException | |
---|---|
OutboundVariable |
BaseV10Converter.convertOutbound(java.lang.Object data,
OutboundContext outctx)
|
abstract java.lang.String |
BaseV10Converter.convertOutbound(java.lang.Object data,
java.lang.String varname,
OutboundContext outctx)
|
|
Copyright ? 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |