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

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

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

Methods in org.apache.cocoon.forms.binding that return JXPathBindingBuilderBase.CommonAttributes
protected static JXPathBindingBuilderBase.CommonAttributes JXPathBindingBuilderBase.getCommonAttributes(Element bindingElm)
          Helper method for interpreting the common attributes which are supported on each of the Bindings.
 JXPathBindingBuilderBase.CommonAttributes JXPathBindingBase.getCommonAtts()
           
static JXPathBindingBuilderBase.CommonAttributes JXPathBindingBuilderBase.mergeCommonAttributes(JXPathBindingBuilderBase.CommonAttributes existing, JXPathBindingBuilderBase.CommonAttributes extra)
           
 

Methods in org.apache.cocoon.forms.binding with parameters of type JXPathBindingBuilderBase.CommonAttributes
static JXPathBindingBuilderBase.CommonAttributes JXPathBindingBuilderBase.mergeCommonAttributes(JXPathBindingBuilderBase.CommonAttributes existing, JXPathBindingBuilderBase.CommonAttributes extra)
           
 

Constructors in org.apache.cocoon.forms.binding with parameters of type JXPathBindingBuilderBase.CommonAttributes
AggregateJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] childBindings)
          Constructs AggregateJXPathBinding
CaseJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] childBindings)
          Constructs CaseJXPathBinding
ClassJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, JXPathBindingBase[] childBindings)
          Constructs ClassJXPathBinding
ComposedJXPathBindingBase(JXPathBindingBuilderBase.CommonAttributes commonAtts, JXPathBindingBase[] childBindings)
          Constructs ComposedJXPathBindingBase
ContextJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String contextPath, JXPathBindingBase[] childBindings)
          Constructs ContextJXPathBinding for the specified xpath sub-context
ContextJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String contextPath, String factoryClassName, JXPathBindingBase[] childBindings)
          Constructs ContextJXPathBinding for the specified xpath sub-context and optional JXPath factory class.
CustomJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, AbstractCustomBinding wrappedBinding)
          Constructs CustomJXPathBinding
DeleteNodeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts)
           
EnhancedRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String repeaterId, String repeaterPath, String rowPath, String rowPathForInsert, JXPathBindingBase[] childBindings, JXPathBindingBase insertBinding, JXPathBindingBase[] deleteBindings, JXPathBindingBase[] identityBindings, String adapterClass)
           
GroupJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] childBindings)
          Constructs GroupJXPathBinding
InsertBeanJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String className, String addMethod)
          Constructs InsertBeanJXPathBinding
InsertNodeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, DocumentFragment domTemplate)
          Constructs InsertNodeJXPathBinding
JavaScriptJXPathBinding(Context context, JXPathBindingBuilderBase.CommonAttributes commonAtts, String id, String path, org.mozilla.javascript.Function loadScript, org.mozilla.javascript.Function saveScript, Map childBindings)
           
JXPathBindingBase(JXPathBindingBuilderBase.CommonAttributes commonAtts)
           
MultiValueJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String multiValueId, String multiValuePath, String rowPath, JXPathBindingBase[] updateBindings, Convertor convertor, Locale convertorLocale)
           
NewJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, JXPathBindingBase[] childBindings)
          Constructs NewJXPathBinding
RepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String repeaterId, String repeaterPath, String rowPath, String rowPathForInsert, JXPathBindingBase[] childBindings, JXPathBindingBase insertBinding, JXPathBindingBase[] deleteBindings, JXPathBindingBase[] identityBindings)
          Constructs RepeaterJXPathBinding
SetAttributeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String attName, String attValue)
          Constructs SetAttributeJXPathBinding
SimpleRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String repeaterId, String repeaterPath, String rowPath, boolean clearOnLoad, boolean deleteIfEmpty, JXPathBindingBase rowBinding)
           
StructJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] childBindings)
          Constructs StructJXPathBinding
TempRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String repeaterId, String repeaterPath, String rowPath, String rowPathInsert, boolean virtualRows, boolean clearOnLoad, boolean deleteIfEmpty, JXPathBindingBase rowBinding, JXPathBindingBase insertBinding)
           
TreeModelJXPath(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath)
          Constructs FieldJXPathBinding.
UnionJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] childBindings)
          Constructs UnionJXPathBinding
ValueJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] updateBindings, Convertor convertor, Locale convertorLocale)
          Constructs FieldJXPathBinding.
 



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