org.apache.tapestry.util.prop
Class PropertyFinder

java.lang.Object
  extended by 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

Constructor Summary
PropertyFinder()
           
 
Method Summary
static PropertyInfo getPropertyInfo(Class beanClass, String propertyName)
          Finds the PropertyInfo for the specified class and property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFinder

public PropertyFinder()
Method Detail

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.