Uses of Class
org.apache.cocoon.forms.binding.JXPathBindingBuilderBase

Packages that use JXPathBindingBuilderBase
org.apache.cocoon.forms.binding   
 

Uses of JXPathBindingBuilderBase in org.apache.cocoon.forms.binding
 

Subclasses of JXPathBindingBuilderBase in org.apache.cocoon.forms.binding
 class AggregateJXPathBindingBuilder
          AggregateJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual AggregateJXPathBinding out of the configuration in the provided configElement which looks like: <fb:aggregate id="widget-id" path="xpath-expression"> <fb:field id="sub-widget-id" path="relative-xpath" /> </fb:aggregate>
 class CaseJXPathBindingBuilder
          CaseJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual CaseJXPathBinding out of the configuration in the provided configElement which looks like: <fb:case id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <fb:field id="sub-widget-id" path="relative-xpath" /> </fb:case>
 class ClassJXPathBindingBuilder
          ClassJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ClassJXPathBinding out of the configuration in the provided configElement which looks like: <fb:class id="widget-id"> <fb:field id="sub-widget-id" path="relative-xpath" direction="load|save" lenient="true|false"/> </fb:class>
 class ContextJXPathBindingBuilder
          ContextJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ContextJXPathBinding out of the configuration in the provided configElement which looks like: <fb:context path="xpath expression"> <!
 class CustomJXPathBindingBuilder
          CustomJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual CustomJXPathBinding out of the configuration in the provided configElement which looks like one of the following: 1.
 class DeleteNodeJXPathBindingBuilder
          DeleteNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual DeleteNodeJXPathBinding out of the configuration in the provided configElement which looks like: <fb:delete-node />
 class ExpandJXPathBindingBuilder
           
 class GroupJXPathBindingBuilder
          GroupJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual GroupJXPathBinding out of the configuration in the provided configElement which looks like: <fb:group id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <fb:field id="sub-widget-id" path="relative-xpath" /> </fb:group>
 class ImportJXPathBindingBuilder
          Handles binding library imports
 class InsertBeanJXPathBindingBuilder
          InsertBeanJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertBeanJXPathBinding out of the configuration in the provided configElement which looks like: <fb:insert-bean classname="..child-bean-class.." addmethod="..method-to-add.."
 class InsertNodeJXPathBindingBuilder
          InsertNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertNodeJXPathBinding out of the configuration in the provided configElement which looks like: <fb:insert-node> <!
 class JavaScriptJXPathBindingBuilder
          Builds a Binding based on two JavaScript snippets, respectively for loading and saving the form.
 class MultiValueJXPathBindingBuilder
          A simple multi field binding that will replace (i.e. delete then re-add all) its content.
 class NewJXPathBindingBuilder
          NewJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual NewJXPathBinding out of the configuration in the provided configElement which looks like: <fb:new id="widget-id"> <fb:field id="sub-widget-id" path="relative-xpath" direction="load|save" lenient="true/false"/> </fb:new>
 class RepeaterJXPathBindingBuilder
          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: <fb:repeater id="contacts" parent-path="contacts" row-path="contact" row-path-insert="new-contact" > <fb:identity> <!
 class SetAttributeJXPathBindingBuilder
          SetAttributeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual SetAttributeJXPathBinding out of the configuration in the provided configElement which looks like: <fb:set-attribute name="attribute-name to set to" value="attribute-value"/>
 class SimpleRepeaterJXPathBindingBuilder
          A simple repeater binding that will replace (i.e. delete then re-add all) its content.
 class StructJXPathBindingBuilder
          StructJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual StructJXPathBinding out of the configuration in the provided configElement which looks like: <fb:struct id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <fb:field id="sub-widget-id" path="relative-xpath" /> </fb:struct>
 class TempRepeaterJXPathBindingBuilder
          An experimental simple repeater binding that will replace (i.e. delete then re-add all) its content.
 class TreeModelJXPathBuilder
           
 class UnionJXPathBindingBuilder
          UnionJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual UnionJXPathBinding out of the configuration in the provided configElement which looks like: <fb:union id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <fb:field id="sub-widget-id" path="relative-xpath" /> </fb:union>
 class ValueJXPathBindingBuilder
          ValueJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ValueJXPathBinding out of the configuration in the provided configElement which looks like: <fb:value id="widget-id" path="xpath-expression"> <!
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.