| com.atlassian.plugin.servlet.DownloadStrategy |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the DownloadStrategy is supported for the given url path.
| |||||||||||
Serves the file for the given request and response.
| |||||||||||
Returns true if the DownloadStrategy is supported for the given url path.
| requestUri | the result of getRequestURI() converted to lowercase
|
|---|
Serves the file for the given request and response.
| DownloadException | if there was an error during serving of the file. |
|---|