Package org.thymeleaf.context
Class Contexts
- java.lang.Object
-
- org.thymeleaf.context.Contexts
-
public final class Contexts extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateContexts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IEngineContextasEngineContext(IContext context)static IWebContextasWebContext(IContext context)static IServletWebExchangegetServletWebExchange(IContext context)static IWebExchangegetWebExchange(IContext context)static booleanisEngineContext(IContext context)static booleanisServletWebContext(IContext context)static booleanisWebContext(IContext context)
-
-
-
Method Detail
-
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)
-
-