|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
---|---|
org.apache.cocoon.forms.binding | |
org.apache.cocoon.forms.binding.library | |
org.apache.cocoon.forms.samples.bindings |
Uses of Binding in org.apache.cocoon.forms.binding |
---|
Classes in org.apache.cocoon.forms.binding that implement Binding | |
---|---|
class |
AbstractCustomBinding
AbstractCustomBinding |
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 |
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 |
CustomJXPathBinding
CustomJXPathBinding |
class |
DeleteNodeJXPathBinding
DeleteNodeJXPathBinding provides an implementation of a Binding
that deletes the current context-bean from the target
back-end model upon save. |
class |
EnhancedRepeaterJXPathBinding
|
class |
GroupJXPathBinding
GroupJXPathBinding provides an implementation of a Binding
that narrows the context towards provided childbindings. |
class |
ImportJXPathBinding
Dummy class cause binding doesn't accept null results from binding builders |
class |
InsertBeanJXPathBinding
InsertBeanJXPathBinding provides an implementation of a Binding
that inserts a new instance of the specified bean (classname) or a new instance
created by the model itself 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 |
TreeModelJXPath
|
class |
UnionJXPathBinding
UnionJXPathBinding provides an implementation of a Binding
that narrows the context towards provided childbindings. |
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 CForms
widget as identified by its id. |
Fields in org.apache.cocoon.forms.binding declared as Binding | |
---|---|
protected Binding |
JXPathBindingBase.parent
Parent binding of this binding. |
Methods in org.apache.cocoon.forms.binding that return Binding | |
---|---|
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. |
Binding |
JXPathBindingBase.getClass(String id)
|
Binding |
ComposedJXPathBindingBase.getClass(String id)
Gets a binding class by id. |
Binding |
Binding.getClass(String id)
Gets a binding class. |
Binding |
AbstractCustomBinding.getClass(String id)
|
Binding |
BindingBuilderContext.getSuperBinding()
|
Methods in org.apache.cocoon.forms.binding with parameters of type Binding | |
---|---|
void |
JXPathBindingBase.setParent(Binding binding)
Sets parent binding. |
void |
Binding.setParent(Binding binding)
Sets parent binding. |
void |
AbstractCustomBinding.setParent(Binding binding)
Sets parent binding. |
void |
BindingBuilderContext.setSuperBinding(Binding binding)
|
Uses of Binding in org.apache.cocoon.forms.binding.library |
---|
Methods in org.apache.cocoon.forms.binding.library that return Binding | |
---|---|
Binding |
Library.getBinding(String key)
|
Methods in org.apache.cocoon.forms.binding.library with parameters of type Binding | |
---|---|
void |
Library.addBinding(Binding binding)
|
Uses of Binding in org.apache.cocoon.forms.samples.bindings |
---|
Classes in org.apache.cocoon.forms.samples.bindings that implement Binding | |
---|---|
class |
CustomValueWrapBinding
CustomValueWrapBinding |
Methods in org.apache.cocoon.forms.samples.bindings that return Binding | |
---|---|
static Binding |
CustomValueWrapBinding.createBinding(Element config)
Builds the actual binding class based on its XML config. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |