| java.lang.Object org.apache.cocoon.woody.binding.JXPathBindingBase org.apache.cocoon.woody.binding.InsertBeanJXPathBinding
InsertBeanJXPathBinding | public class InsertBeanJXPathBinding extends JXPathBindingBase (Code) | | InsertBeanJXPathBinding provides an implementation of a
Binding that inserts a new instance of the specified bean (classname) into the target
back-end model upon save.
NOTES:
- This Binding does not perform any actions when loading.
version: CVS $Id: InsertBeanJXPathBinding.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) throws BindingException(Code) | | Registers a JXPath Factory on the JXPath Context.
The factory will insert a new instance of the specified bean (classname)
inside this object into the target objectmodel.
|
|
|