类的使用
cn.taketoday.http.ContentDisposition
使用ContentDisposition的程序包
-
cn.taketoday.http中ContentDisposition的使用
修饰符和类型方法说明ContentDisposition.Builder.build()Build the content disposition.static ContentDispositionContentDisposition.empty()Return an empty content disposition.HttpHeaders.getContentDisposition()Return a parsed representation of the Content-Disposition header.static ContentDispositionParse a Content-Disposition header value as defined in RFC 2183.参数类型为ContentDisposition的cn.taketoday.http中的方法修饰符和类型方法说明voidHttpHeaders.setContentDisposition(ContentDisposition contentDisposition) Set the Content-Disposition header.