Package org.thymeleaf.spring6.context
Class Contexts
Object
org.thymeleaf.spring6.context.Contexts
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.thymeleaf.context.IEngineContextasEngineContext(org.thymeleaf.context.IContext context) static org.thymeleaf.context.IWebContextasWebContext(org.thymeleaf.context.IContext context) static org.thymeleaf.web.servlet.IServletWebExchangegetServletWebExchange(org.thymeleaf.context.IContext context) static ISpringWebFluxWebExchangegetSpringWebFluxWebExchange(org.thymeleaf.context.IContext context) static org.thymeleaf.web.IWebExchangegetWebExchange(org.thymeleaf.context.IContext context) static booleanisEngineContext(org.thymeleaf.context.IContext context) static booleanisServletWebContext(org.thymeleaf.context.IContext context) static booleanisSpringWebFluxWebContext(org.thymeleaf.context.IContext context) static booleanisWebContext(org.thymeleaf.context.IContext context)
-
Method Details
-
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)
-