Package org.apache.tapestry.binding

Implementations of IBinding.

See:
          Description

Class Summary
AbstractBinding Base class for IBinding implementations.
ExpressionBinding Implements a dynamic binding, based on getting and fetching values using JavaBeans property access.
FieldBinding Deprecated. To be removed in 2.5 with no replacement.
ListenerBinding A very specialized binding that can be used as an IActionListener, executing a script in a scripting language, via Bean Scripting Framework.
StaticBinding Stores a static (invariant) String as the value.
StringBinding A binding that connects directly to a localized string for a component.
 

Package org.apache.tapestry.binding Description

Implementations of IBinding.

Author:
Howard Lewis Ship hlship@apache.org