Package org.thymeleaf.spring5.context
Class Contexts
- Object
-
- org.thymeleaf.spring5.context.Contexts
-
public final class Contexts extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 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)
-
-