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.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 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.