Package org.thymeleaf.spring5.context
Class Contexts
Object
org.thymeleaf.spring5.context.Contexts
-
Method Summary
Modifier and TypeMethodDescriptionstatic IEngineContext
asEngineContext
(IContext context) static IWebContext
asWebContext
(IContext context) static IServletWebExchange
getServletWebExchange
(IContext context) static ISpringWebFluxWebExchange
getSpringWebFluxWebExchange
(IContext context) static IWebExchange
getWebExchange
(IContext context) static boolean
isEngineContext
(IContext context) static boolean
isServletWebContext
(IContext context) static boolean
isSpringWebFluxWebContext
(IContext context) static boolean
isWebContext
(IContext context)
-
Method Details
-
isEngineContext
-
asEngineContext
-
isWebContext
-
asWebContext
-
getWebExchange
-
isServletWebContext
-
getServletWebExchange
-
isSpringWebFluxWebContext
-
getSpringWebFluxWebExchange
-