Package | Description |
---|---|
org.apache.commons.ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
org.apache.commons.ognl.enhance |
Modifier and Type | Field and Description |
---|---|
private static OgnlExpressionCompiler |
OgnlRuntime._compiler
Expression compiler used by
Ognl.compileExpression(OgnlContext, Object, String) calls. |
Modifier and Type | Method and Description |
---|---|
static OgnlExpressionCompiler |
OgnlRuntime.getCompiler() |
Modifier and Type | Method and Description |
---|---|
static void |
OgnlRuntime.setCompiler(OgnlExpressionCompiler compiler) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionCompiler
Responsible for managing/providing functionality related to compiling generated java source
expressions via bytecode enhancements for a given ognl expression.
|