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,v 1.3 2004/01/19 21:32:28 hlship Exp $
- 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.