Variable in SPEL | StandardEvaluationContextIn SpEL, we can store a value in the variable and use the variable in the method and call the method. To work on variable, we need to use StandardEvaluationContext class. Example of Using variable in SPELCalculation.javaTest.java Next TopicSpring MVC Tutorial |