Uses of Interface
org.thymeleaf.spring5.context.webflux.ISpringWebFluxContext
-
Packages that use ISpringWebFluxContext Package Description org.thymeleaf.spring5.context.webflux -
-
Uses of ISpringWebFluxContext in org.thymeleaf.spring5.context.webflux
Classes in org.thymeleaf.spring5.context.webflux that implement ISpringWebFluxContext Modifier and Type Class Description class
SpringWebFluxContext
Basic Spring WebFlux-oriented implementation of theISpringWebFluxContext
interfaces, easily usable as a context for calling theISpringWebFluxTemplateEngine
from outside aThymeleafReactiveView
.class
SpringWebFluxEngineContext
Basic web implementation of theIEngineContext
interface, based on the Spring WebFlux infrastructure.class
SpringWebFluxExpressionContext
Basic Spring WebFlux-oriented implementation of theIExpressionContext
andISpringWebFluxContext
interfaces.
-