Package org.apache.commons.el
Class BeanInfoIndexedProperty
java.lang.Object
org.apache.commons.el.BeanInfoIndexedProperty
This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method. This class is necessary because the read/write methods in the IndexedPropertyDescriptor may not be accessible if the bean given to the introspector is not a public class. In this case, a publicly accessible version of the method must be found by searching for a public superclass/interface that declares the method (this searching is done by the BeanInfoManager).
- Version:
- $Change: 181181 $$DateTime: 2001/06/26 09:55:09 $$Author: luehe $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) IndexedPropertyDescriptor
(package private) Method
(package private) Method
-
Constructor Summary
ConstructorsConstructorDescriptionBeanInfoIndexedProperty
(Method pReadMethod, Method pWriteMethod, IndexedPropertyDescriptor pIndexedPropertyDescriptor) Constructor -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
mReadMethod
Method mReadMethod -
mWriteMethod
Method mWriteMethod -
mIndexedPropertyDescriptor
IndexedPropertyDescriptor mIndexedPropertyDescriptor
-
-
Constructor Details
-
BeanInfoIndexedProperty
public BeanInfoIndexedProperty(Method pReadMethod, Method pWriteMethod, IndexedPropertyDescriptor pIndexedPropertyDescriptor) Constructor
-
-
Method Details
-
getReadMethod
-
getWriteMethod
-
getIndexedPropertyDescriptor
-