Interface FragmentsRendering


public interface FragmentsRendering
Public API for HTML rendering of a collection of fragments each with a view and independent model. For use with frontends technologies such as htmx where multiple page fragments may be rendered in one response. Supported as a return value from Spring WebFlux controller methods.

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

Since:
6.2
Author:
Rossen Stoyanchev