Package org.thymeleaf.context
Class Context
- Object
-
- org.thymeleaf.context.AbstractContext
-
- org.thymeleaf.context.Context
-
- All Implemented Interfaces:
IContext
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
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Method Summary
-
Methods inherited from class org.thymeleaf.context.AbstractContext
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
-
-