Uses of Interface
ognl.ClassCacheInspector

Packages that use ClassCacheInspector
ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
ognl.internal   
 

Uses of ClassCacheInspector in ognl
 

Methods in ognl with parameters of type ClassCacheInspector
static void OgnlRuntime.setClassCacheInspector(ClassCacheInspector inspector)
          Registers the specified ClassCacheInspector with all class reflection based internal caches.
 

Uses of ClassCacheInspector in ognl.internal
 

Methods in ognl.internal with parameters of type ClassCacheInspector
 void ClassCacheImpl.setClassInspector(ClassCacheInspector inspector)
           
 void ClassCache.setClassInspector(ClassCacheInspector inspector)
           
 


OGNL Project Page