Class WebContext

Object
org.thymeleaf.context.AbstractContext
org.thymeleaf.context.WebContext
All Implemented Interfaces:
IContext, IWebContext

public final class WebContext extends AbstractContext implements IWebContext

Basic web-oriented implementation of the IContext and IWebContext interfaces.

This context implementation contains all the required web artifacts needed for template execution in web environments, and should be enough for most web-based scenarios of template processing.

Note this class was modified in a backwards-incompatible way in Thymeleaf 3.1.0.

Since:
3.1.0
Author:
Daniel Fernández