| nl.hippo.cocoon.forms.binding.HTMLAreaBinding
HTMLAreaBinding | public class HTMLAreaBinding extends AbstractCustomBinding (Code) | | Simple custom binding for HTMLArea and XML data.
author: Gianugo Rabellino version: $Id: HTMLAreaBinding.java 10725 2008-03-12 09:36:45Z jjoachimsthal $ |
Method Summary | |
protected void | doLoad(Widget frmModel, JXPathContext context) Serialize the node as String upon load. | protected void | doSave(Widget frmModel, JXPathContext context) Parse and import the XML String upon save. |
doLoad | protected void doLoad(Widget frmModel, JXPathContext context) throws BindingException(Code) | | Serialize the node as String upon load.
See Also: org.apache.cocoon.forms.binding.AbstractCustomBinding#doLoad(org.apache.co \ See Also: coon.forms.formmodel.Widget, See Also: org.apache.commons.jxpath.JXPathContext) |
doSave | protected void doSave(Widget frmModel, JXPathContext context) throws BindingException, SAXException, IOException(Code) | | Parse and import the XML String upon save.
throws: IOException - throws: SAXException - See Also: org.apache.cocoon.forms.binding.AbstractCustomBinding#doSave(org.apache.co \ See Also: coon.forms.formmodel.Widget, See Also: org.apache.commons.jxpath.JXPathContext) |
|
|