Class Contexts


  • public final class Contexts
    extends Object
    • Method Detail

      • isEngineContext

        public static boolean isEngineContext​(org.thymeleaf.context.IContext context)
      • asEngineContext

        public static org.thymeleaf.context.IEngineContext asEngineContext​(org.thymeleaf.context.IContext context)
      • isWebContext

        public static boolean isWebContext​(org.thymeleaf.context.IContext context)
      • asWebContext

        public static org.thymeleaf.context.IWebContext asWebContext​(org.thymeleaf.context.IContext context)
      • getWebExchange

        public static org.thymeleaf.web.IWebExchange getWebExchange​(org.thymeleaf.context.IContext context)
      • isServletWebContext

        public static boolean isServletWebContext​(org.thymeleaf.context.IContext context)
      • getServletWebExchange

        public static org.thymeleaf.web.servlet.IServletWebExchange getServletWebExchange​(org.thymeleaf.context.IContext context)
      • isSpringWebFluxWebContext

        public static boolean isSpringWebFluxWebContext​(org.thymeleaf.context.IContext context)
      • getSpringWebFluxWebExchange

        public static ISpringWebFluxWebExchange getSpringWebFluxWebExchange​(org.thymeleaf.context.IContext context)