| java.lang.Object org.apache.cocoon.woody.binding.JXPathBindingBase org.apache.cocoon.woody.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 Woody
widget as identified by its id.
version: CVS $Id: ValueJXPathBinding.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | doLoad(Widget frmModel, JXPathContext jxpc) Actively performs the binding from the ObjectModel wrapped in a jxpath
context to the Woody-form-widget specified in this object. | public void | doSave(Widget frmModel, JXPathContext jxpc) | public void | enableLogging(Logger logger) | public String | toString() |
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 Woody-form-widget specified in this object.
|
doSave | public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Actively performs the binding from the Woody-form to the ObjectModel
wrapped in a jxpath context
|
enableLogging | public void enableLogging(Logger logger)(Code) | | |
|
|