Uses of Interface
org.thymeleaf.context.IWebContext
-
Packages that use IWebContext Package Description org.thymeleaf.context -
-
Uses of IWebContext in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IWebContext Modifier and Type Class Description class
WebContext
Basic web-oriented implementation of theIContext
andIWebContext
interfaces.class
WebEngineContext
Basic web implementation of theIEngineContext
interface, based on the Servlet API.class
WebExpressionContext
Basic web-oriented implementation of theIExpressionContext
andIWebContext
interfaces.
-