Class SpringVersionSpecificUtils


  • public final class SpringVersionSpecificUtils
    extends Object
    Since:
    2.1.1
    Author:
    Daniel Fernández
    • Method Detail

      • wrapEvaluationContext

        public static org.springframework.expression.EvaluationContext wrapEvaluationContext​(org.springframework.expression.EvaluationContext evaluationContext,
                                                                                             org.thymeleaf.expression.IExpressionObjects expresionObjects)
      • isWebContext

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

        public static boolean isWebMvcContext​(org.thymeleaf.context.IContext context)
      • isWebFluxContext

        public static boolean isWebFluxContext​(org.thymeleaf.context.IContext context)
      • getHttpServletRequest

        public static javax.servlet.http.HttpServletRequest getHttpServletRequest​(org.thymeleaf.context.IContext context)
      • getHttpServletResponse

        public static javax.servlet.http.HttpServletResponse getHttpServletResponse​(org.thymeleaf.context.IContext context)
      • getServerWebExchange

        public static org.springframework.web.server.ServerWebExchange getServerWebExchange​(org.thymeleaf.context.IContext context)