| java.lang.Object org.apache.cocoon.woody.binding.JXPathBindingBase org.apache.cocoon.woody.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: CVS $Id: InsertNodeJXPathBinding.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | doLoad(Widget frmModel, JXPathContext jxpc) Do-nothing implementation of the interface. | public void | doSave(Widget frmModel, JXPathContext jxpc) Registers a JXPath Factory on the JXPath Context. | public String | toString() |
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.
|
|
|