|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.convert.BaseV20Converter
public abstract class BaseV20Converter
A way to migrate from the DWRv2.0 Converter style to something in the future. Inheriting from this is advised to help with forwards compatibility.
Constructor Summary | |
---|---|
BaseV20Converter()
|
Method Summary | |
---|---|
void |
setConverterManager(ConverterManager config)
If we are a compound converter that farms out part of the conversion to other converters then you farm the conversion out via a configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.directwebremoting.extend.Converter |
---|
convertInbound, convertOutbound |
Constructor Detail |
---|
public BaseV20Converter()
Method Detail |
---|
public void setConverterManager(ConverterManager config)
Converter
setConverterManager
in interface Converter
config
- The confiuration object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |