Uses of Class
org.springframework.web.reactive.result.view.Fragment
Packages that use Fragment
Package
Description
Support for result handling through view resolution.
-
Uses of Fragment in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view with type parameters of type FragmentModifier and TypeMethodDescriptionstatic <P extends Publisher<Fragment>>
FragmentsRendering.BuilderFragmentsRendering.fragmentsPublisher(P fragmentsPublisher) Create a builder with aPublisherof fragments.static <P extends Publisher<Fragment>>
FragmentsRendering.BuilderFragmentsRendering.withPublisher(P fragmentsPublisher) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.web.reactive.result.view that return FragmentModifier and TypeMethodDescriptionstatic FragmentCreate a Fragment with a view name only, inheriting model attributes from the top-level model for the request.static FragmentCreate a Fragment with a view name and a model, also inheriting model attributes from the top-level model for the request.static FragmentVariant ofFragment.create(String, Map)with a resolvedView.Methods in org.springframework.web.reactive.result.view that return types with arguments of type FragmentMethods in org.springframework.web.reactive.result.view with parameters of type FragmentModifier and TypeMethodDescriptionAdd an HTML fragment.Method parameters in org.springframework.web.reactive.result.view with type arguments of type FragmentModifier and TypeMethodDescriptionFragmentsRendering.Builder.fragments(Collection<Fragment> fragments) Add HTML fragments.static FragmentsRendering.BuilderFragmentsRendering.fragments(Collection<Fragment> fragments) Create a builder with multiple HTML fragments.static FragmentsRendering.BuilderFragmentsRendering.withCollection(Collection<Fragment> fragments) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofFragmentsRendering.fragments(Collection)
FragmentsRendering.fragmentsPublisher(Publisher)