Class Contexts

Object
org.thymeleaf.spring6.context.Contexts

public final class Contexts extends Object
  • Method Details

    • isEngineContext

      public static boolean isEngineContext(IContext context)
    • asEngineContext

      public static IEngineContext asEngineContext(IContext context)
    • isWebContext

      public static boolean isWebContext(IContext context)
    • asWebContext

      public static IWebContext asWebContext(IContext context)
    • getWebExchange

      public static IWebExchange getWebExchange(IContext context)
    • isServletWebContext

      public static boolean isServletWebContext(IContext context)
    • getServletWebExchange

      public static IServletWebExchange getServletWebExchange(IContext context)
    • isSpringWebFluxWebContext

      public static boolean isSpringWebFluxWebContext(IContext context)
    • getSpringWebFluxWebExchange

      public static ISpringWebFluxWebExchange getSpringWebFluxWebExchange(IContext context)