doLoad(Widget frmModel,
org.apache.commons.jxpath.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.
void
doSave(Widget frmModel,
org.apache.commons.jxpath.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 CaseJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts,
String widgetId,
String xpath,
JXPathBindingBase[] childBindings)
Constructs CaseJXPathBinding
Parameters:
commonAtts -
widgetId -
xpath -
childBindings -
Method Detail
doLoad
public void doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
throws BindingException
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,
org.apache.commons.jxpath.JXPathContext jxpc)
throws BindingException
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.