Package org.apache.tapestry.binding

Implementations of 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 IBindingimplementations.
AbstractBindingFactory Base class for BindingFactorys.
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.
ComponentBinding A binding where the path is the id of a child component.
ComponentBindingFactory Factory for ComponentBindinginstances, 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 BindingFactorythat constructs LiteralBindinginstances.
MessageBinding A binding that connects directly to a localized string for a component.
MessageBindingFactory Constructs instances of MessageBinding.
OGNLBindingFactory Implementation of BindingFactorythat creates ExpressionBindinginstances.
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  
 

Package org.apache.tapestry.binding Description

Implementations of IBinding.

Author:
Howard Lewis Ship hlship@apache.org