Package | Description |
---|---|
org.springframework.expression | |
org.springframework.expression.common | |
org.springframework.expression.spel | |
org.springframework.expression.spel.standard |
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionParser.parseExpression(String expressionString)
Parse the expression string and return an Expression object you can use for repeated evaluation.
|
Expression |
ExpressionParser.parseExpression(String expressionString,
ParserContext context)
Parse the expression string and return an Expression object you can use for repeated evaluation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Expression |
TemplateAwareExpressionParser.doParseExpression(String expressionString,
ParserContext context)
Actually parse the expression string and return an Expression object.
|
Expression |
TemplateAwareExpressionParser.parseExpression(String expressionString) |
Expression |
TemplateAwareExpressionParser.parseExpression(String expressionString,
ParserContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SpelParseException
Root exception for Spring EL related exceptions.
|
Modifier and Type | Method and Description |
---|---|
protected SpelExpression |
SpelExpressionParser.doParseExpression(String expressionString,
ParserContext context) |
SpelExpression |
SpelExpressionParser.parseRaw(String expressionString) |
Copyright © 2015. All rights reserved.