Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> |
BeanELResolver.SoftConcurrentHashMap.refQ |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
BPSoftReference(java.lang.Class<?> key,
BeanELResolver.BeanProperties beanProperties,
java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ) |
Constructor and Description |
---|
BPSoftReference(java.lang.Class<?> key,
BeanELResolver.BeanProperties beanProperties,
java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ) |