Uses of Interface
org.apache.cocoon.woody.binding.Binding

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

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

Classes in org.apache.cocoon.woody.binding that implement Binding
 class AggregateJXPathBinding
          AggregateJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class CaseJXPathBinding
          CaseJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class ClassJXPathBinding
          ClassJXPathBinding provides an implementation of a Binding that that allows the specification of a class of reusable bindings.
 class ComposedJXPathBindingBase
          ComposedJXPathBindingBase provides a helper base class for subclassing into specific JXPathBindingBase implementations that have nested child-bindings.
 class ContextJXPathBinding
          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.
 class DeleteNodeJXPathBinding
          DeleteNodeJXPathBinding provides an implementation of a Binding that deletes the current context-bean from the target back-end model upon save.
 class InsertBeanJXPathBinding
          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.
 class InsertNodeJXPathBinding
          InsertNodeJXPathBinding provides an implementation of a Binding that inserts a clone of some 'template document-fragment' into the target back-end model upon save.
 class JavaScriptJXPathBinding
           
 class JXPathBindingBase
          Provides a base class for hooking up Binding implementations that use the Jakarta Commons JXPath package.
 class MultiValueJXPathBinding
          Simple binding for multi fields: on save, first deletes the target data before recreating it from scratch.
 class NewJXPathBinding
          NewJXPathBinding provides an implementation of a Binding that references a class of bindings.
 class RepeaterJXPathBinding
          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.
 class SetAttributeJXPathBinding
          SetAttributeJXPathBinding provides an implementation of a Binding that sets a particular attribute to a fixed value upon save.
 class SimpleRepeaterJXPathBinding
          Simple binding for repeaters: on save, first deletes the target data before recreating it from scratch.
 class StructJXPathBinding
          StructJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class TempRepeaterJXPathBinding
          Experimental simple binding for repeaters: on save, first deletes the target data before recreating it from scratch.
 class UnionJXPathBinding
          UnionJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class UniqueFieldJXPathBinding
          UniqueFieldJXPathBinding provides an implementation of a Binding that that allows the specification of a uniquefields defined inside a repeater.
 class ValueJXPathBinding
          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.
 

Fields in org.apache.cocoon.woody.binding declared as Binding
protected  Binding JXPathBindingBase.parent
          Parent binding of this binding.
 

Methods in org.apache.cocoon.woody.binding that return Binding
 Binding JXPathBindingManager.createBinding(Source source)
           
 Binding BindingManager.createBinding(Source bindingFile)
          Creates a binding from the XML config found at source parameter.
 Binding ComposedJXPathBindingBase.getClass(String id)
          Gets a binding class by id.
 Binding JXPathBindingBase.getClass(String id)
           
 Binding Binding.getClass(String id)
          Gets a binding class.
 

Methods in org.apache.cocoon.woody.binding with parameters of type Binding
 void JXPathBindingBase.setParent(Binding binding)
          Sets parent binding.
 void Binding.setParent(Binding binding)
          Sets parent binding.
 



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