| nl.hippo.cocoon.forms.binding.CustomSingleLineHTMLAreaXmlAsStringBinding
CustomSingleLineHTMLAreaXmlAsStringBinding | public class CustomSingleLineHTMLAreaXmlAsStringBinding extends AbstractCustomBinding (Code) | | Simple custom binding for HTMLArea and XML data.
author: Jeroen Reijn version: $Id: CustomSingleLineHTMLAreaXmlAsStringBinding.java 9281 2007-12-13 13:37:22Z nvankampenhout $ |
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) |
|
|