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

Packages that use BindingException
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.binding.library   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.samples.bindings   
 

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

Methods in org.apache.cocoon.forms.binding that throw BindingException
 JXPathBindingBase ExpandJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
abstract  JXPathBindingBase JXPathBindingBuilderBase.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Builds a configured binding object based on the configuration as described in the bindingElement.
 JXPathBindingBase AggregateJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase StructJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase ImportJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase InsertNodeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of InsertNodeJXPathBinding configured with the nested template of the bindingElm.
 JXPathBindingBase SetAttributeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of SetAttributeJXPathBinding according to the attributes of the provided bindingElm.
 JXPathBindingBase ClassJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase InsertBeanJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of InsertBeanJXPathBinding configured with the nested template of the bindingElm.
 JXPathBindingBase MultiValueJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase TreeModelJXPathBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase SimpleRepeaterJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase GroupJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase DeleteNodeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of DeleteNodeJXPathBinding.
 JXPathBindingBase ContextJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of ContextJXPathBinding with the configured path and nested child bindings from the declarations in the bindingElm
 JXPathBindingBase TempRepeaterJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase UnionJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase JavaScriptJXPathBindingBuilder.buildBinding(Element element, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase CaseJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase CustomJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Builds the custom Binding class and wraps it into a CustomJXPathBinding
 JXPathBindingBase ValueJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of ValueJXPathBinding based on the attributes and nested configuration of the provided bindingElm.
 JXPathBindingBase NewJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase RepeaterJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of RepeaterJXPathBinding according to the attributes and nested comfiguration elements of the bindingElm.
 Binding JXPathBindingManager.createBinding(Element bindingElement)
           
 Binding BindingManager.createBinding(Element bindingElement)
          Creates a binding from the XML config that is supplied as a DOM tree.
 Binding JXPathBindingManager.createBinding(Source source)
           
 Binding BindingManager.createBinding(Source bindingFile)
          Creates a binding from the XML config found at source parameter.
 Binding JXPathBindingManager.createBinding(String bindingURI)
           
 Binding BindingManager.createBinding(String bindingURI)
          Creates a binding from the XML config found at bindingURI parameter.
 void NewJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void CustomJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Delegates the actual loading operation to the provided Custom Binding Class after narrowing down on the selected widget (@id) and context (@path)
 void UnionJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void ValueJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CForms-form-widget specified in this object.
 void EnhancedRepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void CaseJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void TempRepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void ImportJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void ContextJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CocoonForm.
 void TreeModelJXPath.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CForms-form-widget specified in this object.
 void StructJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void SimpleRepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
abstract  void JXPathBindingBase.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Performs the actual load binding regardless of the configured value of the "direction" attribute.
 void AggregateJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void MultiValueJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void GroupJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void RepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Binds the unique-id of the repeated rows, and narrows the context on objectModelContext and Repeater to the repeated rows before handing over to the actual binding-children.
 void ComposedJXPathBindingBase.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the ObjectModel to the CForms-form by passing the task onto it's children.
 void NewJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void CustomJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Delegates the actual saving operation to the provided Custom Binding Class after narrowing down on the selected widget (@id) and context (@path)
 void ClassJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void UnionJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void ValueJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the CForms-form to the ObjectModel wrapped in a jxpath context
 void EnhancedRepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void CaseJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void TempRepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void ImportJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void ContextJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the CocoonForm to the ObjectModel wrapped in a jxpath context.
 void TreeModelJXPath.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void JavaScriptJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void InsertBeanJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Registers a JXPath Factory on the JXPath Context.
 void StructJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void SimpleRepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
abstract  void JXPathBindingBase.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Performs the actual save binding regardless of the configured value of the "direction" attribute.
 void AggregateJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void MultiValueJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void GroupJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
 void RepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Uses the mapped identity of each row to detect if rows have been updated, inserted or removed.
 void ComposedJXPathBindingBase.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Actively performs the binding from the CForms-form to the ObjectModel by passing the task onto it's children.
 JXPathBindingBase JXPathBindingManager.Assistant.getBindingForConfigurationElement(Element configElm)
          Creates a Binding following the specification in the provided config element.
protected static JXPathBindingBuilderBase.CommonAttributes JXPathBindingBuilderBase.getCommonAttributes(Element bindingElm)
          Helper method for interpreting the common attributes which are supported on each of the Bindings.
 void JXPathBindingBase.loadFormFromModel(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Redefines the Binding action as working on a JXPathContext Type rather then on generic objects.
 void Binding.loadFormFromModel(Widget frmModel, Object objModel)
          Loads the information-elements from the objModel to the frmModel.
 void AbstractCustomBinding.loadFormFromModel(Widget frmModel, Object objModel)
          Binding service method called upon loading.
 void JXPathBindingBase.loadFormFromModel(Widget frmModel, Object objModel)
          Hooks up with the more generic Binding of any objectModel by wrapping it up in a JXPathContext object and then transfering control over to the new overloaded version of this method.
 JXPathBindingBase[] JXPathBindingManager.Assistant.makeChildBindings(Element parentElement)
          proxy for compatibility
 JXPathBindingBase[] JXPathBindingManager.Assistant.makeChildBindings(Element parentElement, JXPathBindingBase[] existingBindings)
          Makes an array of childBindings for the child-elements of the provided configuration element.
 void RepeaterJXPathAdapter.populateRow(RepeaterItem item)
           
 void RepeaterAdapter.populateRow(RepeaterItem item)
           
 void JXPathBindingBase.saveFormToModel(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Redefines the Binding action as working on a JXPathContext Type rather then on generic objects.
 void Binding.saveFormToModel(Widget frmModel, Object objModel)
          Saves the infortmation-elements to the objModel from the frmModel.
 void AbstractCustomBinding.saveFormToModel(Widget frmModel, Object objModel)
          Binding service method called upon saving.
 void JXPathBindingBase.saveFormToModel(Widget frmModel, Object objModel)
          Hooks up with the more generic Binding of any objectModel by wrapping it up in a JXPathContext object and then transfering control over to the new overloaded version of this method.
 

Uses of BindingException in org.apache.cocoon.forms.binding.library
 

Subclasses of BindingException in org.apache.cocoon.forms.binding.library
 class LibraryException
          This exception is thrown when something specific to the library system goes wrong.
 

Uses of BindingException in org.apache.cocoon.forms.formmodel
 

Methods in org.apache.cocoon.forms.formmodel that throw BindingException
 void EnhancedRepeater.doPageLoad()
           
 void EnhancedRepeater.doPageSave()
          save current page to cache-collections (updatedRows, deleted rows, insertedRows)
 void EnhancedRepeater.goToPage(int page)
           
 void EnhancedRepeater.refreshPage()
           
 void EnhancedRepeater.setFilter(String field, Object value)
           
 void EnhancedRepeater.sortBy(String field)
           
 

Uses of BindingException in org.apache.cocoon.forms.samples.bindings
 

Methods in org.apache.cocoon.forms.samples.bindings that throw BindingException
static Binding CustomValueWrapBinding.createBinding(Element config)
          Builds the actual binding class based on its XML config.
 void CustomValueWrapBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          This unwraps the value from the model by removing the 2 prefix and suffix-chars before setting it onto the model Method signature and semantics complies to AbstractCustomBinding.doLoad(Widget, JXPathContext)
 void CustomValueWrapBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          This wraps the value from the form between 2 prefix and suffix-chars before saving to the model Method signature and semantics complies to AbstractCustomBinding.doSave(Widget, JXPathContext)
 



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