org.apache.tapestry.util.prop
Class PropertyFinder
java.lang.Object
org.apache.tapestry.util.prop.PropertyFinder
public class PropertyFinder
- extends Object
Uses Introspector
to get bean information
and analyze properties for those beans.
- Since:
- 2.2
- Version:
- $Id: PropertyFinder.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFinder
public PropertyFinder()
getPropertyInfo
public static PropertyInfo getPropertyInfo(Class beanClass,
String propertyName)
- Finds the
PropertyInfo
for the specified class and
property. Returns null if the class does not implement
such a property.