Interface FragmentsRendering


public interface FragmentsRendering
Public API for HTML rendering from a collection or from a stream of Fragments each with its own view and model. For use with view technologies such as htmx where multiple page fragments may be rendered in a single response. Supported as a return value from a WebFlux controller method.

For full page rendering with a single model and view, use Rendering.

Since:
6.2
Author:
Rossen Stoyanchev