Uses of Interface
org.thymeleaf.context.IWebContext
-
Packages that use IWebContext Package Description org.thymeleaf.context org.thymeleaf.testing.templateengine.context.web -
-
Uses of IWebContext in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IWebContext Modifier and Type Class Description classWebContextBasic web-oriented implementation of theIContextandIWebContextinterfaces.classWebEngineContextBasic web implementation of theIEngineContextinterface, with added web-oriented capabilities.classWebExpressionContextBasic web-oriented implementation of theIExpressionContextandIWebContextinterfaces.Methods in org.thymeleaf.context that return IWebContext Modifier and Type Method Description static IWebContextContexts. asWebContext(IContext context) -
Uses of IWebContext in org.thymeleaf.testing.templateengine.context.web
Methods in org.thymeleaf.testing.templateengine.context.web that return IWebContext Modifier and Type Method Description protected IWebContextWebProcessingContextBuilder. doCreateWebContextInstance(ITest test, IWebExchange webExchange, java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> variables)
-