ContextJXPathBinding provides an implementation of a Binding
that narrows the binding scope to some xpath-context on the target
objectModel to load and save from.
ContextJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts,
String contextPath,
JXPathBindingBase[] childBindings)
Constructs ContextJXPathBinding for the specified xpath sub-context
Method Summary
void
doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Actively performs the binding from the ObjectModel wrapped in a jxpath
context to the Woody-form.
void
doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Actively performs the binding from the Woody-form to the ObjectModel
wrapped in a jxpath context.