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.BuilderContentDisposition.attachment()Return a builder for aContentDispositionof type "attachment".static ContentDisposition.BuilderReturn a builder for aContentDisposition.Set the value of the filename parameter.Set the value of thefilenamethat will be encoded as defined in RFC 5987.static ContentDisposition.BuilderContentDisposition.formData()Return a builder for aContentDispositionof type "form-data".static ContentDisposition.BuilderContentDisposition.inline()Return a builder for aContentDispositionof type "inline".Set the value of the name parameter.