Uses of Interface
org.springframework.http.ContentDisposition.Builder
Packages that use ContentDisposition.Builder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of ContentDisposition.Builder in org.springframework.http
Methods in org.springframework.http that return ContentDisposition.BuilderModifier and TypeMethodDescriptionstatic ContentDisposition.Builder
ContentDisposition.attachment()
Return a builder for aContentDisposition
of type "attachment".static ContentDisposition.Builder
Return a builder for aContentDisposition
.Set the value of the filename parameter.Set the value of thefilename
that will be encoded as defined in RFC 5987.static ContentDisposition.Builder
ContentDisposition.formData()
Return a builder for aContentDisposition
of type "form-data".static ContentDisposition.Builder
ContentDisposition.inline()
Return a builder for aContentDisposition
of type "inline".Set the value of the name parameter.