|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBinding | |
---|---|
org.apache.tapestry.binding | Implementations of IBinding . |
org.apache.tapestry.form.translator | Defines translator bindings used primarily in form component input translations. |
org.apache.tapestry.form.validator | Form validation infrastructure. |
org.apache.tapestry.portlet.bindings | Portlet related hivemind bindings. |
org.apache.tapestry.valid | Components and classes that provide specialized, validating text fields. |
Uses of AbstractBinding in org.apache.tapestry.binding |
---|
Subclasses of AbstractBinding in org.apache.tapestry.binding | |
---|---|
class |
AssetBinding
A binding that is connected to an asset provided by a component. |
class |
BeanBinding
Binding whose value is a named bean provided by a component. |
class |
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. |
class |
ClientIdListBinding
Binding that is specifcially used to bind against components of type IDynamicInvoker
and only for the parameter name "updateComponents". |
class |
ComponentBinding
A binding where the path is the id of a child component. |
class |
ExpressionBinding
Implements a dynamic binding, based on evaluating an expression using an expression language. |
class |
HiveMindBinding
A binding that accesses a HiveMind object. |
class |
ListenerMethodBinding
|
class |
LiteralBinding
Stores a static (invariant) string as the value. |
class |
MessageBinding
A binding that connects directly to a localized string for a component. |
class |
MetaBinding
Simple implementation that allows injection / lookup of meta properties. |
class |
StateBinding
Binding used to efficiently query whether an application state object (visit, global and friends) exists without actually creating it (or creating a session). |
Uses of AbstractBinding in org.apache.tapestry.form.translator |
---|
Subclasses of AbstractBinding in org.apache.tapestry.form.translator | |
---|---|
class |
TranslatorBinding
Implementation of IBinding that wraps around a
Translator . |
Uses of AbstractBinding in org.apache.tapestry.form.validator |
---|
Subclasses of AbstractBinding in org.apache.tapestry.form.validator | |
---|---|
class |
ValidatorsBinding
Binding used to hold a list of Validator s. |
Uses of AbstractBinding in org.apache.tapestry.portlet.bindings |
---|
Subclasses of AbstractBinding in org.apache.tapestry.portlet.bindings | |
---|---|
class |
UserAttributeBinding
Allows access to a Portlet user attrbute. |
Uses of AbstractBinding in org.apache.tapestry.valid |
---|
Subclasses of AbstractBinding in org.apache.tapestry.valid | |
---|---|
class |
ValidatorBinding
Implementation of IBinding that provides
IValidator instances based on a
validator bean descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |