Class 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
  • Constructor Details

    • Context

      public Context()
    • Context

      public Context(Locale locale)
    • Context

      public Context(Locale locale, Map<String,Object> variables)