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

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

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

Subclasses of ComposedJXPathBindingBase in org.apache.cocoon.forms.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 which allows the specification of a class of reusable 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 GroupJXPathBinding
          GroupJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class NewJXPathBinding
          NewJXPathBinding provides an implementation of a Binding that references a class of bindings.
 class StructJXPathBinding
          StructJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 class UnionJXPathBinding
          UnionJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
 

Methods in org.apache.cocoon.forms.binding that return ComposedJXPathBindingBase
 ComposedJXPathBindingBase MultiValueJXPathBinding.getUpdateBinding()
           
 ComposedJXPathBindingBase ValueJXPathBinding.getUpdateBinding()
           
 ComposedJXPathBindingBase RepeaterJXPathBinding.getRowBinding()
           
 ComposedJXPathBindingBase RepeaterJXPathBinding.getDeleteRowBinding()
           
 ComposedJXPathBindingBase RepeaterJXPathBinding.getIdentityBinding()
           
 



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