| 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.
|
| ISpringWebReactiveContext |
Specialization of the
IContext interface to be implemented by contexts used for template
processing in Spring Web Reactive environments. |
| Class | Description |
|---|---|
| ReactiveDataDriverContextVariable |
Basic implementation of the
IReactiveDataDriverContextVariable interface. |
| ReactiveLazyContextVariable |
Implementation of the
ILazyContextVariable interface meant to contain
a reactive data stream that should not be resolved until view is rendered. |
| SpringWebReactiveEngineContext |
Basic web implementation of the
IEngineContext interface, based on the Spring Web Reactive
infrastructure. |
| SpringWebReactiveEngineContextFactory |
Spring Web Reactive-based implementation of the
IEngineContextFactory interface. |
| SpringWebReactiveExpressionContext |
Basic Spring Web Reactive-oriented implementation of the
IExpressionContext and
ISpringWebReactiveContext interfaces. |
| SpringWebReactiveThymeleafRequestContext |
Implementation of the
IThymeleafRequestContext interface, meant to wrap a Spring
RequestContext object. |
Copyright © 2017 The THYMELEAF team. All rights reserved.