Uses of Class
javax.el.BeanELResolver.BeanProperties
-
Packages that use BeanELResolver.BeanProperties Package Description javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. -
-
Uses of BeanELResolver.BeanProperties in javax.el
Fields in javax.el with type parameters of type BeanELResolver.BeanProperties Modifier and Type Field Description private java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties>
BeanELResolver.SoftConcurrentHashMap. refQ
Methods in javax.el that return BeanELResolver.BeanProperties Modifier and Type Method Description BeanELResolver.BeanProperties
BeanELResolver.SoftConcurrentHashMap. get(java.lang.Object key)
BeanELResolver.BeanProperties
BeanELResolver.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
BeanELResolver.BeanProperties
BeanELResolver.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
Methods in javax.el with parameters of type BeanELResolver.BeanProperties Modifier and Type Method Description BeanELResolver.BeanProperties
BeanELResolver.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
BeanELResolver.BeanProperties
BeanELResolver.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanELResolver.BeanProperties value)
Constructors in javax.el with parameters of type BeanELResolver.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanELResolver.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ)
Constructor parameters in javax.el with type arguments of type BeanELResolver.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanELResolver.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ)
-