Package org.thymeleaf.context
Class Context
Object
org.thymeleaf.context.AbstractContext
org.thymeleaf.context.Context
- All Implemented Interfaces:
IContext
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.thymeleaf.context.AbstractContext
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
-
Constructor Details
-
Context
public Context() -
Context
-
Context
-