| 程序包 | 说明 |
|---|---|
| org.springframework.expression.spel |
SpEL's central implementation package.
|
| org.springframework.expression.spel.standard |
SpEL's standard parser implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SpelParserConfiguration |
ExpressionState.getConfiguration() |
| 构造器和说明 |
|---|
ExpressionState(EvaluationContext context,
SpelParserConfiguration configuration) |
ExpressionState(EvaluationContext context,
TypedValue rootObject,
SpelParserConfiguration configuration) |
| 构造器和说明 |
|---|
SpelExpression(String expression,
SpelNodeImpl ast,
SpelParserConfiguration configuration)
Construct an expression, only used by the parser.
|
SpelExpressionParser(SpelParserConfiguration configuration)
Create a parser with the specified configuration.
|