Uses of Interface
org.springframework.http.ContentDisposition.Builder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
-
Uses of ContentDisposition.Builder in org.springframework.http
Modifier and TypeMethodDescriptionstatic ContentDisposition.Builder
ContentDisposition.attachment()
Return a builder for aContentDisposition
of type "attachment".static ContentDisposition.Builder
Return a builder for aContentDisposition
.ContentDisposition.Builder.creationDate
(ZonedDateTime creationDate) Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.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".ContentDisposition.Builder.modificationDate
(ZonedDateTime modificationDate) Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.Set the value of the name parameter.ContentDisposition.Builder.readDate
(ZonedDateTime readDate) Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.