| org.apache.cocoon.forms.binding.JXPathBindingBase org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
InsertNodeJXPathBinding | public class InsertNodeJXPathBinding extends JXPathBindingBase (Code) | | InsertNodeJXPathBinding provides an implementation of a
Binding that inserts a clone of some 'template document-fragment' into the target
back-end model upon save.
NOTES:
- This Binding does not perform any actions when loading.
- This expects the back-end model to be an XML file.
version: $Id: InsertNodeJXPathBinding.java 517733 2007-03-13 15:37:22Z vgritsenko $ |
doLoad | public void doLoad(Widget frmModel, JXPathContext jxpc)(Code) | | Do-nothing implementation of the interface.
|
doSave | public void doSave(Widget frmModel, JXPathContext jxpc)(Code) | | Registers a JXPath Factory on the JXPath Context.
The factory will inserts a clone of the 'template' DocumentFragment
inside this object into the target objectmodel.
|
|
|