Package org.apache.tapestry.util.prop

Classes for operating on Java Beans as collections of named properties.

See:
          Description

Class Summary
OgnlUtils Utilities wrappers around OGNL.
PropertyFinder Uses Introspector to get bean information and analyze properties for those beans.
PropertyInfo Used by PropertyFinder to identify information about a property.
 

Package org.apache.tapestry.util.prop Description

Classes for operating on Java Beans as collections of named properties. Prior to release 2.2, there was much more here, but with 2.2 Tapestry switch to use the Object Graph Navigation Library which is much more powerful.

Author:
Howard Lewis Ship hlship@apache.org