Package | Description |
---|---|
org.springframework.expression.spel |
SpEL's central implementation package.
|
org.springframework.expression.spel.standard |
SpEL's standard parser implementation.
|
Modifier and Type | Method and Description |
---|---|
SpelParserConfiguration |
ExpressionState.getConfiguration() |
Constructor and Description |
---|
ExpressionState(EvaluationContext context,
SpelParserConfiguration configuration) |
ExpressionState(EvaluationContext context,
TypedValue rootObject,
SpelParserConfiguration configuration) |
Constructor and Description |
---|
SpelExpression(java.lang.String expression,
SpelNodeImpl ast,
SpelParserConfiguration configuration)
Construct an expression, only used by the parser.
|
SpelExpressionParser(SpelParserConfiguration configuration)
Create a parser with the specified configuration.
|