Package org.apache.tapestry.binding
SinceNot specified.
VersionNot specified.
AuthorHoward Lewis Ship <a href="mailto:hlship@apache.org">hlship@apache.org</a>
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AbstractBinding Base class for IBinding implementations.
ExpressionBinding Implements a dynamic binding, based on getting and fetching values using JavaBeans property access.
FieldBinding A type of static IBinding that gets it value from a public field (static class variable) of some class or interface.
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.