Package | Description |
---|---|
org.apache.taglibs.standard.lang.jstl |
Modifier and Type | Method and Description |
---|---|
static BeanInfoProperty |
BeanInfoManager.getBeanInfoProperty(java.lang.Class pClass,
java.lang.String pPropertyName,
Logger pLogger)
Returns the BeanInfoProperty for the specified property in the
given class, or null if not found.
|
BeanInfoProperty |
BeanInfoManager.getProperty(java.lang.String pPropertyName,
Logger pLogger)
Returns the BeanInfoProperty for the given property name, or null
if not found.
|