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 |
Class and Description |
---|
ExpressionAccessor
Provides pure java expression paths to get/set values from an ognl expression.
|
LocalReference
Container class for
OgnlExpressionCompiler generated local method
block references. |
OgnlExpressionCompiler
Core interface implemented by expression compiler instances.
|
OrderedReturn
Marks an ognl expression
Node as needing to have the return portion of a
getter method happen in a specific part of the generated expression vs just having
the whole expression returned in one chunk. |
Class and Description |
---|
EnhancedClassLoader |
LocalReference
Container class for
OgnlExpressionCompiler generated local method
block references. |
OgnlExpressionCompiler
Core interface implemented by expression compiler instances.
|
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.