| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.support.expression |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OgnlExpressionContext
Expression context implementation based on
OgnlContext. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Function<Method,ExpressionContext> |
MethodBaseExpressionExecuteDelegate.contextFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ExpressionContext |
MethodBaseExpressionExecuteDelegate.resolveContext(MethodBaseExpressionExecuteDelegate.MethodExecution methodExecution)
Create a method aspect expression context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
ExpressionEvaluator.execute(String expression,
Class<T> resultType,
ExpressionContext context)
Execute the expression in the specified above and return the execution result.
|
<T> T |
OgnlExpressionEvaluator.execute(String expression,
Class<T> resultType,
ExpressionContext context)
Execute the expression in the specified above and return the execution result.
|
protected void |
MethodBaseExpressionExecuteDelegate.registerParams(MethodBaseExpressionExecuteDelegate.MethodExecution methodExecution,
ExpressionContext context)
Register the execution parameters of the method in the context.
|
| 构造器和说明 |
|---|
OgnlExpressionContext(ExpressionContext context)
Create
OgnlExpressionContext |
Copyright © 2023. All rights reserved.