Package com.primix.tapestry.binding

Implementations of IBinding.

See:
          Description

Class Summary
AbstractBinding Base class for IBinding implementations.
FieldBinding A type of static IBinding that gets it value from a public field (static class variable) of some class or interface.
PropertyBinding Implements a dynamic binding, based on getting and fetching values using JavaBeans property access.
StaticBinding Stores a static (invariant) String as the value.
 

Package com.primix.tapestry.binding Description

Implementations of IBinding.

Author:
Howard Ship hship@primix.com