Interface ExpressionVariable
-
- All Known Implementing Classes:
CollectionExpressionVariable,CollectionsExpressionVariable,DateExpressionVariable,DecimalExpressionVariable,LocaleExpressionVariable,MoneyExpressionVariable,ObjectExpressionVariable,StringExpressionVariable
public interface ExpressionVariableImplementations of this class are to be used as expression variables such as in SpEL expression. This provides a means whereby helpful utility classes can be injected into expressions and made generally available.
By default, a number of expression variables should be added to any
EvaluationContextgenerated by anEvaluationContextFactory- Author:
- Nathan Moore (nathanmoore).
- See Also:
CachingStdEvaluationContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- Name of the variable, must not be null
-
-