Package javax.el
Class Util.CacheKey
- java.lang.Object
-
- javax.el.Util.CacheKey
-
- Enclosing class:
- Util
private static class Util.CacheKey extends java.lang.Object
Key used to cache default ExpressionFactory information per class loader. The class loader reference is nevernull
, becausenull
tccl is handled separately.
-
-
Constructor Summary
Constructors Constructor Description CacheKey(java.lang.ClassLoader key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-