| Interfaces | |
|---|---|
| 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 . |
| Classes | |
|---|---|
| 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 | No description provided. |
| BindingConstants | Constant values related to bindings. |
| 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 | No description provided. |
| 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 . |
| 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 | No description provided. |
Implementations of IBinding .