public final class ExpressionContext extends AbstractExpressionContext
Basic implementation of the IExpressionContext
interface.
This class is not thread-safe, and should not be shared across executions of templates.
Constructor and Description |
---|
ExpressionContext(IEngineConfiguration configuration) |
ExpressionContext(IEngineConfiguration configuration,
Locale locale) |
ExpressionContext(IEngineConfiguration configuration,
Locale locale,
Map<String,Object> variables) |
getConfiguration, getExpressionObjects
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsVariable, getLocale, getVariable, getVariableNames
public ExpressionContext(IEngineConfiguration configuration)
public ExpressionContext(IEngineConfiguration configuration, Locale locale)
public ExpressionContext(IEngineConfiguration configuration, Locale locale, Map<String,Object> variables)
Copyright © 2016 The THYMELEAF team. All rights reserved.