| java.lang.Object | |||
| ↳ | javax.servlet.GenericServlet | ||
| ↳ | javax.servlet.http.HttpServlet | ||
| ↳ | com.atlassian.jira.web.servlet.AbstractViewFileServlet | ||
Known Direct Subclasses
|
Known Indirect Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validates that path is valid attachment path.
| |||||||||||
Gets the attachment file (not the file name) that corresponds to the requested attachment.
| |||||||||||
Sets any required headers on the http response.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.servlet.http.HttpServlet
| |||||||||||||||||||||||||||||||||||
From class
javax.servlet.GenericServlet
| |||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||
From interface
javax.servlet.Servlet
| |||||||||||||||||||||||||||||||||||
From interface
javax.servlet.ServletConfig
| |||||||||||||||||||||||||||||||||||
Validates that path is valid attachment path.
| request | HTTP request |
|---|
| ServletException | |
|---|---|
| IOException |
Gets the attachment file (not the file name) that corresponds to the requested attachment.
| request | the http request. |
|---|---|
| response | the http response. |
| DataAccessException | If there is a problem looking up the data to support the attachment. |
|---|---|
| IOException | if there is a problem getting the File. |
| PermissionException | if the user has insufficient permission to see the attachment. |
| InvalidAttachmentPathException | if the path to the attachment was invalid in some way. |
Sets any required headers on the http response.
| request | HTTP request |
|---|---|
| response | HTTP response |

