|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tonbeller.wcf.convert.ConverterImpl
implements the converter
| Constructor Summary | |
ConverterImpl()
|
|
| Method Summary | |
void |
addHandler(NodeConverter nc)
|
Formatter |
getFormatter()
returns the formatter used for conversions. |
void |
revert(java.lang.Object bean,
org.w3c.dom.Node node)
converts bean properties to DOM element attributes |
void |
setFormatter(Formatter formatter)
sets the formatter to use for conversions |
void |
validate(java.util.Map params,
java.util.Map fileParams,
org.w3c.dom.Node node,
java.lang.Object bean)
converts request parameters to DOM element attributes and bean properties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConverterImpl()
| Method Detail |
public Formatter getFormatter()
Converter
getFormatter in interface Converterpublic void setFormatter(Formatter formatter)
Converter
setFormatter in interface Converterpublic void addHandler(NodeConverter nc)
public void validate(java.util.Map params,
java.util.Map fileParams,
org.w3c.dom.Node node,
java.lang.Object bean)
throws ConvertException,
FormatException
Converter
validate in interface ConverterConvertException
FormatException
public void revert(java.lang.Object bean,
org.w3c.dom.Node node)
throws ConvertException
Converter
revert in interface ConverterConvertException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||