| Package | Description |
|---|---|
| org.thymeleaf.spring5.context.webflux |
| Class and 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 the
IContext interface to be implemented by contexts used for template
processing in Spring WebFlux environments. |
| SpringWebFluxContext
Basic Spring WebFlux-oriented implementation of the
ISpringWebFluxContext interfaces,
easily usable as a context for calling the ISpringWebFluxTemplateEngine
from outside a ThymeleafReactiveView. |
Copyright © 2017 The THYMELEAF team. All rights reserved.