Package | Description |
---|---|
org.apache.commons.ognl.enhance |
Modifier and Type | Method and Description |
---|---|
protected EnhancedClassLoader |
ExpressionCompiler.getClassLoader(OgnlContext context)
Creates a
ClassLoader instance compatible with the javassist classloader and normal
OGNL class resolving semantics. |
Modifier and Type | Method and Description |
---|---|
protected javassist.ClassPool |
ExpressionCompiler.getClassPool(OgnlContext context,
EnhancedClassLoader loader)
Gets either a new or existing
ClassPool for use in compiling javassist
classes. |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.