Interface ExpressionVariable
-
- All Known Implementing Classes:
CollectionExpressionVariable
,CollectionsExpressionVariable
,DateExpressionVariable
,DecimalExpressionVariable
,LocaleExpressionVariable
,MoneyExpressionVariable
,ObjectExpressionVariable
,StringExpressionVariable
public interface ExpressionVariable
Implementations 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
EvaluationContext
generated by anEvaluationContextFactory
- Author:
- Nathan Moore (nathanmoore).
- See Also:
CachingStdEvaluationContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- Name of the variable, must not be null
-
-