| 接口 | 说明 |
|---|---|
| ExpressionContext |
A top expression context abstract.
|
| ExpressionEvaluator |
Expression executor.
|
| 类 | 说明 |
|---|---|
| MethodBasedExpressionEvaluator |
A delegate class for executing expressions in the method aspect,
generally supporting the awareness of method parameters and return values in expressions.
|
| MethodBasedExpressionEvaluator.MethodExecution |
Expression aspect context, which is used to build
ExpressionContext for expression execution. |
| OgnlExpressionContext |
Expression context implementation based on
OgnlContext. |
| OgnlExpressionEvaluator |
ExpressionEvaluator implementation based on Ognl. |
Copyright © 2024. All rights reserved.