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.viewMethods in org.springframework.web.reactive.result.view with type parameters of type FragmentModifier and TypeMethodDescriptionstatic <P extends Publisher<Fragment>>
 FragmentsRendering.BuilderFragmentsRendering.withPublisher(P fragmentsPublisher) Variant ofFragmentsRendering.with(String, Map)with aPublisherof fragments.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 ofcreate(String, Map)with a resolvedView.Methods in org.springframework.web.reactive.result.view that return types with arguments of type FragmentModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Fragment>FragmentsRendering.fragments()Return the fragments to render.Methods in org.springframework.web.reactive.result.view with parameters of type FragmentModifier and TypeMethodDescriptionVariant ofFragmentsRendering.Builder.fragment(String, Map)with aFragment.Method parameters in org.springframework.web.reactive.result.view with type arguments of type FragmentModifier and TypeMethodDescriptionstatic FragmentsRendering.BuilderFragmentsRendering.withCollection(Collection<Fragment> fragments) Variant ofFragmentsRendering.with(String, Map)with a collection of fragments.