Uses of Class
org.springframework.http.ContentDisposition
Packages that use ContentDisposition
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.-
Uses of ContentDisposition in org.springframework.http
Methods in org.springframework.http that return ContentDispositionModifier and TypeMethodDescriptionContentDisposition.Builder.build()
Build the content disposition.static ContentDisposition
ContentDisposition.empty()
Return an empty content disposition.HttpHeaders.getContentDisposition()
Return a parsed representation of the Content-Disposition header.static ContentDisposition
Parse a Content-Disposition header value as defined in RFC 2183.Methods in org.springframework.http with parameters of type ContentDispositionModifier and TypeMethodDescriptionvoid
HttpHeaders.setContentDisposition
(ContentDisposition contentDisposition) Set the Content-Disposition header. -
Uses of ContentDisposition in org.springframework.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server with parameters of type ContentDispositionModifier and TypeMethodDescriptionHeaderAssertions.contentDisposition
(ContentDisposition contentDisposition) Expect a "Content-Disposition" header with the given value.