| 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 the
IContext interface to be implemented by contexts used for template
processing in Spring WebFlux environments. |
| Class | Description |
|---|---|
| ReactiveDataDriverContextVariable |
Basic implementation of the
IReactiveDataDriverContextVariable interface, including also
the extensions specified in IReactiveSSEDataDriverContextVariable. |
| SpringWebFluxContext |
Basic Spring WebFlux-oriented implementation of the
ISpringWebFluxContext interfaces,
easily usable as a context for calling the ISpringWebFluxTemplateEngine
from outside a ThymeleafReactiveView. |
| SpringWebFluxEngineContext |
Basic web implementation of the
IEngineContext interface, based on the Spring WebFlux
infrastructure. |
| SpringWebFluxEngineContextFactory |
Spring WebFlux-based implementation of the
IEngineContextFactory interface. |
| SpringWebFluxExpressionContext |
Basic Spring WebFlux-oriented implementation of the
IExpressionContext and
ISpringWebFluxContext interfaces. |
| SpringWebFluxThymeleafRequestContext |
Implementation of the
IThymeleafRequestContext interface, meant to wrap a Spring
RequestContext object. |
Copyright © 2017 The THYMELEAF team. All rights reserved.