Uses of Class
ognl.enhance.EnhancedClassLoader
Packages that use EnhancedClassLoader
-
Uses of EnhancedClassLoader in ognl.enhance
Fields in ognl.enhance with type parameters of type EnhancedClassLoaderModifier and TypeFieldDescriptionprotected Map<ClassResolver, EnhancedClassLoader> ExpressionCompiler.loadersClassLoaderinstances.Methods in ognl.enhance that return EnhancedClassLoaderModifier and TypeMethodDescriptionprotected EnhancedClassLoaderExpressionCompiler.getClassLoader(OgnlContext context) Creates aClassLoaderinstance compatible with the javassist classloader and normal OGNL class resolving semantics.Methods in ognl.enhance with parameters of type EnhancedClassLoaderModifier and TypeMethodDescriptionprotected javassist.ClassPoolExpressionCompiler.getClassPool(OgnlContext context, EnhancedClassLoader loader) Gets either a new or existingClassPoolfor use in compiling javassist classes.