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   
org.apache.cocoon.samples.flow.java   
 

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

Methods in org.apache.cocoon.forms.binding that throw BindingException
 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 UnionJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase TreeModelJXPathBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase TempRepeaterJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase StructJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase SimpleRepeaterJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase SetAttributeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of SetAttributeJXPathBinding according to the attributes of the provided bindingElm.
 JXPathBindingBase RepeaterJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of RepeaterJXPathBinding according to the attributes and nested comfiguration elements of the bindingElm.
 JXPathBindingBase NewJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase MultiValueJXPathBindingBuilder.buildBinding(Element bindingElem, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase JavaScriptJXPathBindingBuilder.buildBinding(Element element, 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 InsertNodeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of InsertNodeJXPathBinding configured with the nested template of the bindingElm.
 JXPathBindingBase InsertBeanJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of InsertBeanJXPathBinding configured with the nested template of the bindingElm.
 JXPathBindingBase ImportJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase GroupJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase ExpandJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase DeleteNodeJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Creates an instance of DeleteNodeJXPathBinding.
 JXPathBindingBase CustomJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
          Builds the custom Binding class and wraps it into a CustomJXPathBinding
 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 ClassJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase CaseJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 JXPathBindingBase AggregateJXPathBindingBuilder.buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant)
           
 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 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 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 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 TempRepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 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)
           
 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 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 MultiValueJXPathBinding.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 ImportJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 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 EnhancedRepeaterJXPathBinding.doLoad(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 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 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 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 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 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 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 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 TreeModelJXPath.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 void TempRepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 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)
           
 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 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 MultiValueJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jctx)
           
 void JavaScriptJXPathBinding.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 InsertBeanJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
          Registers a JXPath Factory on the JXPath Context.
 void ImportJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 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 EnhancedRepeaterJXPathBinding.doSave(Widget frmModel, org.apache.commons.jxpath.JXPathContext jxpc)
           
 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 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 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.
 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 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 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.
 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 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.
 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.
 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 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.
 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.
 

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)
 

Uses of BindingException in org.apache.cocoon.samples.flow.java
 

Methods in org.apache.cocoon.samples.flow.java that throw BindingException
 void FormFlow.doEditForm2()
           
 void PersistenceFlow.doInsertEmployee()
           
 void PersistenceFlow.doUpdateEmployee()
           
 



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