|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.AbstractConverter
public abstract class AbstractConverter
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 | |
|---|---|
AbstractConverter()
|
|
| Method Summary | |
|---|---|
void |
setConverterManager(ConverterManager converterManager)
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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.extend.Converter |
|---|
convertInbound, convertOutbound |
| Constructor Detail |
|---|
public AbstractConverter()
| Method Detail |
|---|
public void setConverterManager(ConverterManager converterManager)
Converter
setConverterManager in interface ConverterconverterManager - The configuration object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||