Uses of Class
ognl.enhance.EnhancedClassLoader
-
Packages that use EnhancedClassLoader Package Description ognl.enhance -
-
Uses of EnhancedClassLoader in ognl.enhance
Fields in ognl.enhance with type parameters of type EnhancedClassLoader Modifier and Type Field Description protected java.util.Map<ClassResolver,EnhancedClassLoader>ExpressionCompiler. loadersClassLoaderinstances.Methods in ognl.enhance that return EnhancedClassLoader Modifier and Type Method Description protected 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 EnhancedClassLoader Modifier and Type Method Description protected javassist.ClassPoolExpressionCompiler. getClassPool(OgnlContext context, EnhancedClassLoader loader)Gets either a new or existingClassPoolfor use in compiling javassist classes.
-