ComposedJXPathBindingBase provides a helper base class for subclassing
into specific
JXPathBindingBase implementations that have nested
child-bindings.
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.
InsertBeanJXPathBinding provides an implementation of a
Binding that inserts a new instance of the specified bean (classname) into the target
back-end model upon save.
InsertNodeJXPathBinding provides an implementation of a
Binding that inserts a clone of some 'template document-fragment' into the target
back-end model upon save.
RepeaterJXPathBinding provides an implementation of a
Binding that allows for bidirectional binding of a repeater-widget to/from
repeating structures in the back-end object model.
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.