Uses of Interface
ognl.ClassCacheInspector
-
Packages that use ClassCacheInspector Package Description 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
Fields in ognl declared as ClassCacheInspector Modifier and Type Field Description (package private) static ClassCacheInspectorOgnlRuntime. _cacheInspectorMethods in ognl with parameters of type ClassCacheInspector Modifier and Type Method Description 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 ClassCacheInspector Modifier and Type Field Description private ClassCacheInspectorClassCacheImpl. _classInspectorMethods in ognl.internal with parameters of type ClassCacheInspector Modifier and Type Method Description voidClassCache. setClassInspector(ClassCacheInspector inspector)voidClassCacheImpl. setClassInspector(ClassCacheInspector inspector)
-