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

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

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

Subclasses of JXPathBindingBuilderBase in org.apache.cocoon.woody.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: <wb:aggregate id="widget-id" path="xpath-expression"> <wb:field id="sub-widget-id" path="relative-xpath" /> </wb: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: <wb:case id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <wb:field id="sub-widget-id" path="relative-xpath" /> </wb: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: <wb:class id="widget-id"> <wb:field id="sub-widget-id" path="relative-xpath" direction="load|save" lenient="true|false" /> </wb: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: <wb:context path="xpath expression"> <!
 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: <wb:delete-node />
 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: <wb: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: <wb: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: <wb:new id="widget-id"> <wb:field id="sub-widget-id" path="relative-xpath" direction="load|save" lenient="true/false" /> </wb: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: <wb:repeater id="contacts" parent-path="contacts" row-path="contact" unique-row-id="id" unique-path="@id" > <wb:on-bind> <!
 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: <wb: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: <wb:struct id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <wb:field id="sub-widget-id" path="relative-xpath" /> </wb:struct>
 class TempRepeaterJXPathBindingBuilder
          An experimental simple repeater binding that will replace (i.e. delete then re-add all) its content.
 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: <wb:union id="widget-id" path="xpath-expression" direction="load|save" lenient="true|false" > <wb:field id="sub-widget-id" path="relative-xpath" /> </wb:union>
 class UniqueFieldJXPathBindingBuilder
          UniqueFieldJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual UniqueFieldJXPathBinding out of the configuration in the provided configElement which looks like: <wb:unique-field id="widget-id" path="xpath-expression"> <!
 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: <wb:value id="widget-id" path="xpath-expression"> <!
 



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