Interface EvaluationContext
-
- All Known Implementing Classes:
EvaluationContextImpl
public interface EvaluationContext
Created by mitchell on 2016-11-13.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
getLocale()
java.lang.Object
getVariable(java.lang.String key)
boolean
isStrictVariables()
-