Uses of Interface
ognl.ClassCacheInspector
Packages that use ClassCacheInspector
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of ClassCacheInspector in ognl
Methods in ognl with parameters of type ClassCacheInspectorModifier and TypeMethodDescriptionvoidOgnlCache.setClassCacheInspector(ClassCacheInspector inspector) Registers the specifiedClassCacheInspectorwith all class reflection based internal caches.static voidOgnlRuntime.setClassCacheInspector(ClassCacheInspector inspector) Registers the specifiedClassCacheInspectorwith all class reflection based internal caches. -
Uses of ClassCacheInspector in ognl.internal
Fields in ognl.internal declared as ClassCacheInspectorMethods in ognl.internal with parameters of type ClassCacheInspectorModifier and TypeMethodDescriptionvoidClassCache.setClassInspector(ClassCacheInspector inspector) voidHashMapClassCache.setClassInspector(ClassCacheInspector inspector)