Uses of Package
org.thymeleaf.spring5.context.webflux
-
Packages that use org.thymeleaf.spring5.context.webflux Package Description org.thymeleaf.spring5.context.webflux -
Classes in org.thymeleaf.spring5.context.webflux used by org.thymeleaf.spring5.context.webflux Class 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.SpringWebFluxContext Basic Spring WebFlux-oriented implementation of theISpringWebFluxContext
interfaces, easily usable as a context for calling theISpringWebFluxTemplateEngine
from outside aThymeleafReactiveView
.