Uses of Interface
org.apache.commons.ognl.ClassCacheInspector

Packages that use ClassCacheInspector
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
static void OgnlRuntime.setClassCacheInspector(ClassCacheInspector inspector)
          Registers the specified ClassCacheInspector with all class reflection based internal caches.
 void OgnlCache.setClassCacheInspector(ClassCacheInspector inspector)
          Registers the specified ClassCacheInspector with all class reflection based internal caches.
 

Uses of ClassCacheInspector in org.apache.commons.ognl.internal
 

Methods in org.apache.commons.ognl.internal with parameters of type ClassCacheInspector
 void ReentrantReadWriteLockClassCache.setClassInspector(ClassCacheInspector inspector)
           
 void HashMapClassCache.setClassInspector(ClassCacheInspector inspector)
           
 void ConcurrentHashMapClassCache.setClassInspector(ClassCacheInspector inspector)
           
 void ClassCacheImpl.setClassInspector(ClassCacheInspector inspector)
          
 void ClassCache.setClassInspector(ClassCacheInspector inspector)
           
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.