|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IBinding
.
See:
Description
Interface Summary | |
---|---|
BindingFactory | Creates a new instance of IBinding . |
BindingSource | Used to convert a binding string (from a template or a specification) into an instance of
IBinding . |
Class Summary | |
---|---|
AbstractBinding | Base class for IBinding implementations. |
AbstractBindingFactory | Base class for BindingFactory s. |
AssetBinding | A binding that is connected to an asset provided by a component. |
AssetBindingFactory | Factory for instances of AssetBinding . |
BeanBinding | Binding whose value is a named bean provided by a component. |
BeanBindingFactory | |
BindingConstants | Constant values related to bindings. |
ClientIdBinding | An implementation of Tapestry IBinding that simplifies
access to a component's clientId.You can use this binding in order to safely find out the client-side id that was (or will be) generated for a given component. |
ClientIdBindingFactory | Factory for ClientIdBinding instances, which are mapped to
the "clientId:" prefix. |
ClientIdListBinding | Binding that is specifcially used to bind against components of type IDynamicInvoker
and only for the parameter name "updateComponents". |
ClientIdListBindingFactory | Converts string values to String arrays and hands them off to a ClientIdListBinding instance. |
ComponentBinding | A binding where the path is the id of a child component. |
ComponentBindingFactory | Factory for ComponentBinding instances, which are mapped to
the "component:" prefix. |
ExpressionBinding | Implements a dynamic binding, based on evaluating an expression using an expression language. |
HiveMindBinding | A binding that accesses a HiveMind object. |
HiveMindBindingFactory | Constructs instances of HiveMindBinding . |
ListenerBindingFactory | Factory of ListenerMethodBinding , mapped to the "listener:"
prefix. |
ListenerMethodBinding | |
LiteralBinding | Stores a static (invariant) string as the value. |
LiteralBindingFactory | Implementation of BindingFactory that constructs
LiteralBinding instances. |
MessageBinding | A binding that connects directly to a localized string for a component. |
MessageBindingFactory | Constructs instances of MessageBinding . |
MetaBinding | Simple implementation that allows injection / lookup of meta properties. |
MetaBindingFactory | Implementation that handles meta configured properties. |
OGNLBindingFactory | Implementation of BindingFactory that creates
ExpressionBinding instances. |
StateBinding | Binding used to efficiently query whether an application state object (visit, global and friends) exists without actually creating it (or creating a session). |
StateBindingFactory |
Implementations of IBinding
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |