| org.springframework.expression.ExpressionParser |
Known Indirect Subclasses
|
Parses expression strings into compiled expressions that can be evaluated. Supports parsing templates as well as standard expression strings.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parse the expression string and return an Expression object you can use for repeated evaluation.
| |||||||||||
Parse the expression string and return an Expression object you can use for repeated evaluation.
| |||||||||||
Parse the expression string and return an Expression object you can use for repeated evaluation.
Some examples:
3 + 4
name.firstName
| expressionString | the raw expression string to parse |
|---|
| ParseException | an exception occurred during parsing |
|---|
Parse the expression string and return an Expression object you can use for repeated evaluation.
Some examples:
3 + 4
name.firstName
| expressionString | the raw expression string to parse |
|---|---|
| context | a context for influencing this expression parsing routine (optional) |
| ParseException | an exception occurred during parsing |
|---|