| org.apache.cocoon.forms.binding.JXPathBindingBase org.apache.cocoon.forms.binding.ValueJXPathBinding
ValueJXPathBinding | public class ValueJXPathBinding extends JXPathBindingBase (Code) | | ValueJXPathBinding provides an implementation of a
Binding that loads and saves the information behind a specific xpath expresion
(pointing to an attribute or text-node) to and from a specific CForms
widget as identified by its id.
version: $Id: ValueJXPathBinding.java 517733 2007-03-13 15:37:22Z vgritsenko $ |
doLoad | public void doLoad(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Actively performs the binding from the ObjectModel wrapped in a jxpath
context to the CForms-form-widget specified in this object.
|
doSave | public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Actively performs the binding from the CForms-form to the ObjectModel
wrapped in a jxpath context
|
enableLogging | public void enableLogging(Logger logger)(Code) | | |
|
|