Uses of Interface
org.apache.commons.ognl.ClassCacheInspector
-
Packages that use ClassCacheInspector Package Description org.apache.commons.ognl org.apache.commons.ognl.internal -
-
Uses of ClassCacheInspector in org.apache.commons.ognl
Methods in org.apache.commons.ognl with parameters of type ClassCacheInspector Modifier and Type Method Description void
OgnlCache. setClassCacheInspector(ClassCacheInspector inspector)
Registers the specifiedClassCacheInspector
with all class reflection based internal caches.static void
OgnlRuntime. setClassCacheInspector(ClassCacheInspector inspector)
Registers the specifiedClassCacheInspector
with all class reflection based internal caches. -
Uses of ClassCacheInspector in org.apache.commons.ognl.internal
Fields in org.apache.commons.ognl.internal declared as ClassCacheInspector Modifier and Type Field Description private ClassCacheInspector
ClassCacheImpl. classInspector
private ClassCacheInspector
ConcurrentHashMapClassCache. inspector
private ClassCacheInspector
HashMapClassCache. inspector
private ClassCacheInspector
ReentrantReadWriteLockClassCache. inspector
Methods in org.apache.commons.ognl.internal with parameters of type ClassCacheInspector Modifier and Type Method Description void
ClassCache. setClassInspector(ClassCacheInspector inspector)
void
ClassCacheImpl. setClassInspector(ClassCacheInspector inspector)
void
ConcurrentHashMapClassCache. setClassInspector(ClassCacheInspector inspector)
void
HashMapClassCache. setClassInspector(ClassCacheInspector inspector)
void
ReentrantReadWriteLockClassCache. setClassInspector(ClassCacheInspector inspector)
-