Uses of Class
org.springframework.http.ContentDisposition
Packages that use ContentDisposition Package Description org.springframework.http Contains a basic abstraction over client/server-side HTTP.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.Uses of ContentDisposition in org.springframework.http
Methods in org.springframework.http that return ContentDisposition Modifier and Type Method Description ContentDispositionContentDisposition.Builder. build()Build the content disposition.static ContentDispositionContentDisposition. empty()Return an empty content disposition.ContentDispositionHttpHeaders. getContentDisposition()Return a parsed representation of the Content-Disposition header.static ContentDispositionContentDisposition. parse(String contentDisposition)Parse a Content-Disposition header value as defined in RFC 2183.Methods in org.springframework.http with parameters of type ContentDisposition Modifier and Type Method Description voidHttpHeaders. 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 ContentDisposition Modifier and Type Method Description WebTestClient.ResponseSpecHeaderAssertions. contentDisposition(ContentDisposition contentDisposition)Expect a "Content-Disposition" header with the given value.