Uses of Class
de.xima.fc.http.ContentDisposition
Packages that use ContentDisposition
-
Uses of ContentDisposition in de.xima.fc.http
Methods in de.xima.fc.http that return ContentDispositionModifier and TypeMethodDescriptionContentDisposition.Builder.build()Creates a content disposition with the current settings.static ContentDispositionContentDisposition.parseHeaderValue(String contentDispositionHeader) Parses a Content-Disposition header value, such asMethods in de.xima.fc.http with parameters of type ContentDispositionModifier and TypeMethodDescriptionstatic StringContentDisposition.formatHeaderValue(ContentDisposition disposition) Creates an HTTP header value for the given content disposition.