| org.apache.cocoon.forms.binding.JXPathBindingBase org.apache.cocoon.forms.binding.ComposedJXPathBindingBase org.apache.cocoon.forms.binding.UnionJXPathBinding
UnionJXPathBinding | public class UnionJXPathBinding extends ComposedJXPathBindingBase (Code) | | UnionJXPathBinding provides an implementation of a
Binding that narrows the context towards provided childbindings.
NOTES:
- This Binding assumes that the provided widget-id points to a
union widget.
version: $Id: UnionJXPathBinding.java 517733 2007-03-13 15:37:22Z 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() | public String | getXPath() | public String | toString() |
doLoad | public void doLoad(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.
|
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.
|
|
|