Uses of Class
org.springframework.http.ContentDisposition
Packages that use ContentDisposition
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of ContentDisposition in org.springframework.http
Methods in org.springframework.http that return ContentDispositionModifier and TypeMethodDescriptionContentDisposition.Builder.build()Build the content disposition.static ContentDispositionContentDisposition.empty()Return an empty content disposition.HttpHeaders.getContentDisposition()Return a parsed representation of the Content-Disposition header.static ContentDispositionParse a Content-Disposition header value as defined in RFC 2183.Methods in org.springframework.http with parameters of type ContentDispositionModifier and TypeMethodDescriptionvoidHttpHeaders.setContentDisposition(ContentDisposition contentDisposition) Set the Content-Disposition header.