Package org.thymeleaf.spring5.context.webflux
-
Interface Summary Interface Description IReactiveDataDriverContextVariable Interface to be implemented by context variables wrapping asynchronous objects in the form of reactive data streams which are meant to drive the reactive-friendly execution of a template.IReactiveSSEDataDriverContextVariable Interface to be implemented by context variables wrapping asynchronous objects in the form of reactive data streams which are meant to drive the reactive-friendly execution of a template in SSE (Server-Sent Event) mode.ISpringWebFluxContext Specialization of theIContext
interface to be implemented by contexts used for template processing in Spring WebFlux environments. -
Class Summary Class Description ReactiveDataDriverContextVariable Basic implementation of theIReactiveDataDriverContextVariable
interface, including also the extensions specified inIReactiveSSEDataDriverContextVariable
.SpringWebFluxContext Basic Spring WebFlux-oriented implementation of theISpringWebFluxContext
interfaces, easily usable as a context for calling theISpringWebFluxTemplateEngine
from outside aThymeleafReactiveView
.SpringWebFluxEngineContext Basic web implementation of theIEngineContext
interface, based on the Spring WebFlux infrastructure.SpringWebFluxEngineContextFactory Spring WebFlux-based implementation of theIEngineContextFactory
interface.SpringWebFluxExpressionContext Basic Spring WebFlux-oriented implementation of theIExpressionContext
andISpringWebFluxContext
interfaces.SpringWebFluxThymeleafRequestContext Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object.