RepeaterJXPathBindingBuilder provides a helper class for the Factory
implemented in
JXPathBindingManager that helps construct the
actual
RepeaterJXPathBinding out of the configuration in the
provided configElement which looks like:
<wb:repeater
id="contacts"
parent-path="contacts"
row-path="contact"
unique-row-id="id"
unique-path="@id" >
<wb:on-bind>
<!-- nested bindings executed on updates AND right after the insert -->
</wb:on-bind>
<wb:on-delete-row>
<!-- nested bindings executed on deletion of row -->
</wb:on-delete-row>
<wb:on-insert-row>
<!-- nested bindings executed to prepare the insertion of a row -->
</wb:on-insert-row>
</wb:repeater>
version: CVS $Id: RepeaterJXPathBindingBuilder.java 433543 2006-08-22 06:22:54Z crossley $ |