|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
converts bean property values to DOM ELements representing HTML forms.
Method Summary | |
Formatter |
getFormatter()
returns the formatter used for conversions. |
void |
revert(java.lang.Object beanSource,
org.w3c.dom.Node domTarget)
converts bean properties to DOM element attributes |
void |
setFormatter(Formatter formatter)
sets the formatter to use for conversions |
void |
validate(java.util.Map httpParamSource,
java.util.Map fileParamSource,
org.w3c.dom.Node domTarget,
java.lang.Object beanTarget)
converts request parameters to DOM element attributes and bean properties |
Method Detail |
public void validate(java.util.Map httpParamSource, java.util.Map fileParamSource, org.w3c.dom.Node domTarget, java.lang.Object beanTarget) throws ConvertException, FormatException
ConvertException
FormatException
public void revert(java.lang.Object beanSource, org.w3c.dom.Node domTarget) throws ConvertException
ConvertException
public void setFormatter(Formatter formatter)
public Formatter getFormatter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |