javax.el
Class BeanELResolver.BeanProperty
java.lang.Object
javax.el.BeanELResolver.BeanProperty
- Enclosing class:
- BeanELResolver
protected static final class BeanELResolver.BeanProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readMethod
private java.lang.reflect.Method readMethod
writeMethod
private java.lang.reflect.Method writeMethod
baseClass
private java.lang.Class baseClass
descriptor
private java.beans.PropertyDescriptor descriptor
BeanELResolver.BeanProperty
public BeanELResolver.BeanProperty(java.lang.Class<?> baseClass,
java.beans.PropertyDescriptor descriptor)
getPropertyType
public java.lang.Class getPropertyType()
isReadOnly
public boolean isReadOnly()
getReadMethod
public java.lang.reflect.Method getReadMethod()
getWriteMethod
public java.lang.reflect.Method getWriteMethod()
Portions Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved. Portions Copyright © 2005-2006 Sun Microsystems Inc. All Rights Reserved