| org.apache.cocoon.forms.binding.JXPathBindingBase org.apache.cocoon.forms.binding.ComposedJXPathBindingBase org.apache.cocoon.forms.binding.ClassJXPathBinding
ClassJXPathBinding | public class ClassJXPathBinding extends ComposedJXPathBindingBase (Code) | | ClassJXPathBinding provides an implementation of a
Binding which allows the specification of a class of reusable bindings.
NOTES:
- This Binding uses the provided widget-id as the name for the class.
version: $Id: ClassJXPathBinding.java 450255 2006-09-26 23:48:43Z vgritsenko $ |
Method Summary | |
public void | doLoad(Widget frmModel, JXPathContext jxpc) Narrows the scope on the form-model to the member widget-field, and
narrows the scope on the object-model to the member xpath-context
before continuing the binding over the child-bindings. | public void | doSave(Widget frmModel, JXPathContext jxpc) Narrows the scope on the form-model to the member widget-field, and
narrows the scope on the object-model to the member xpath-context
before continuing the binding over the child-bindings. | public String | getId() Returns binding definition id. | public String | toString() |
doLoad | public void doLoad(Widget frmModel, JXPathContext jxpc)(Code) | | Narrows the scope on the form-model to the member widget-field, and
narrows the scope on the object-model to the member xpath-context
before continuing the binding over the child-bindings.
|
doSave | public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Narrows the scope on the form-model to the member widget-field, and
narrows the scope on the object-model to the member xpath-context
before continuing the binding over the child-bindings.
|
getId | public String getId()(Code) | | Returns binding definition id.
|
|
|