Uses of Class
org.apache.juneau.http.header.ContentDisposition
Packages that use ContentDisposition
-
Uses of ContentDisposition in org.apache.juneau.http
Methods in org.apache.juneau.http that return ContentDispositionModifier and TypeMethodDescriptionstatic final ContentDisposition
HttpHeaders.contentDisposition
(String value) Creates a newContentDisposition
header.static final ContentDisposition
HttpHeaders.contentDisposition
(Supplier<StringRanges> value) Creates a newContentDisposition
header with a delayed value.static final ContentDisposition
HttpHeaders.contentDisposition
(StringRanges value) Creates a newContentDisposition
header. -
Uses of ContentDisposition in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ContentDispositionModifier and TypeMethodDescriptionstatic ContentDisposition
Static creator.static ContentDisposition
ContentDisposition.of
(Supplier<StringRanges> value) Static creator with delayed value.static ContentDisposition
ContentDisposition.of
(StringRanges value) Static creator.