Package | Description |
---|---|
com.atlassian.jira.web.servlet |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractViewFileServlet.copyRange(InputStream is,
OutputStream out,
RangeResponse rangeResponse) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractViewFileServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request,
Optional<RangeResponse> rangeResponse,
javax.servlet.http.HttpServletResponse response)
Sets the content type, content length and "Content-Disposition" header
of the response based on the values of the attachment found.
|
protected void |
ViewThumbnailServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request,
Optional<RangeResponse> rangeResponse,
javax.servlet.http.HttpServletResponse response) |
protected void |
ViewAttachmentServlet.setResponseHeaders(javax.servlet.http.HttpServletRequest request,
Optional<RangeResponse> rangeResponse,
javax.servlet.http.HttpServletResponse response)
Sets the content type, content length and "Content-Disposition" header
of the response based on the values of the attachement found.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.