public final class Context extends AbstractContext
Basic, non-web implementation of IContext
, valid for most non-web scenarios.
Note a class with this name existed since 1.0, but it was completely reimplemented in Thymeleaf 3.0
Constructor and Description |
---|
Context() |
Context(Locale locale) |
Context(Locale locale,
Map<String,Object> variables) |
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
Copyright © 2016 The THYMELEAF team. All rights reserved.