| nl.hippo.cocoon.forms.binding.CustomMultiLineHTMLAreaXmlAsStringBinding
CustomMultiLineHTMLAreaXmlAsStringBinding | public class CustomMultiLineHTMLAreaXmlAsStringBinding extends AbstractCustomBinding (Code) | | Simple custom binding for HTMLArea and XML data.
author: Jeroen Reijn version: $Id: CustomMultiLineHTMLAreaXmlAsStringBinding.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.cocoon.forms.formmodel.Widgetorg.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.cocoon.forms.formmodel.Widgetorg.apache.commons.jxpath.JXPathContext) |
|
|