Package | Description |
---|---|
ognl.enhance |
Modifier and Type | Method | 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 | Description |
---|---|---|
protected javassist.ClassPool |
ExpressionCompiler.getClassPool(OgnlContext context,
EnhancedClassLoader loader) |
Gets either a new or existing
ClassPool for use in compiling javassist
classes. |