Uses of Class
org.apache.commons.el.BeanInfoProperty

Packages that use BeanInfoProperty
org.apache.commons.el   
 

Uses of BeanInfoProperty in org.apache.commons.el
 

Methods in org.apache.commons.el that return BeanInfoProperty
static BeanInfoProperty BeanInfoManager.getBeanInfoProperty(Class pClass, String pPropertyName)
          Returns the BeanInfoProperty for the specified property in the given class, or null if not found.
 BeanInfoProperty BeanInfoManager.getProperty(String pPropertyName)
          Returns the BeanInfoProperty for the given property name, or null if not found.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.