Uses of Class
org.springframework.http.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
HttpHeaders.setContentDisposition
(ContentDisposition contentDisposition) Set the Content-Disposition header. -
Uses of ContentDisposition in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptionHeaderAssertions.contentDisposition
(ContentDisposition contentDisposition) Expect a "Content-Disposition" header with the given value.