javax.el
Class BeanELResolver.BeanProperties

java.lang.Object
  extended by javax.el.BeanELResolver.BeanProperties
Enclosing class:
BeanELResolver

protected static final class BeanELResolver.BeanProperties
extends java.lang.Object


Field Summary
private  java.lang.Class baseClass
           
private  java.util.Map<java.lang.String,BeanELResolver.BeanProperty> propertyMap
           
 
Constructor Summary
BeanELResolver.BeanProperties(java.lang.Class<?> baseClass)
           
 
Method Summary
 BeanELResolver.BeanProperty getBeanProperty(java.lang.String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseClass

private final java.lang.Class baseClass

propertyMap

private final java.util.Map<java.lang.String,BeanELResolver.BeanProperty> propertyMap
Constructor Detail

BeanELResolver.BeanProperties

public BeanELResolver.BeanProperties(java.lang.Class<?> baseClass)
Method Detail

getBeanProperty

public BeanELResolver.BeanProperty getBeanProperty(java.lang.String property)


Portions Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved. Portions Copyright © 2005 Sun Microsystems Inc. All Rights Reserved