Uses of Interface
org.springframework.web.reactive.result.view.FragmentsRendering.Builder
Packages that use FragmentsRendering.Builder
Package
Description
Support for result handling through view resolution.
-
Uses of FragmentsRendering.Builder in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view that return FragmentsRendering.BuilderModifier and TypeMethodDescriptionAdd a fragment with a view name only, inheriting model attributes from the model for the request.Add a fragment with a view name and a model.Add a fragment.Add the given, single header value under the given name.FragmentsRendering.Builder.headers(Consumer<HttpHeaders> headersConsumer) Provides access to every header declared so far with the possibility to add, replace, or remove values.FragmentsRendering.Builder.status(HttpStatusCode status) Specify the status to use for the response.static FragmentsRendering.BuilderCreate a builder and add a fragment with a view name only, also inheriting model attributes from the model for the request.static FragmentsRendering.BuilderCreate a builder and add a fragment with a view name and a model.static FragmentsRendering.BuilderFragmentsRendering.withCollection(Collection<Fragment> fragments) Create a builder to render with a collection of Fragments.static FragmentsRendering.BuilderFragmentsRendering.withProducer(Object fragmentsProducer) Variant ofFragmentsRendering.withPublisher(Publisher)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry.static <P extends Publisher<Fragment>>
FragmentsRendering.BuilderFragmentsRendering.withPublisher(P fragmentsPublisher) Create a builder to render with aPublisherof Fragments.