Class | Description |
---|---|
AbstractAvatarServlet |
Abstract servlet to serve avatar images
|
AbstractViewFileServlet | |
AttachmentZipServlet |
This servlet can BUNDLE up all the attachments of a in issue into 1 ZIP file OR it can unzip a specific entry of a
named attachment
|
AvatarToStream | |
BufferingRequestDispatcher |
Dispatches requests, buffering the contents of the response and returning it as a String.
|
CommonAttachmentImpl | |
FileServerServlet |
This is used to serve up download references in JIRA plugins.
|
HttpResponseHeaders |
Utility methods for setting headers on the HTTP response.
|
InternalServerErrorHelper | |
InternalServerErrorServlet | |
IssueViewServlet | |
JohnsonAnalyticsServlet |
Analytics endpoint for KB-Article click analytics.
|
JohnsonDataServlet |
Responds with a JSON-ified version of the current Johnson
Event s. |
JohnsonDismissEventsServlet |
REST endpoint to clear Johnson dismissible events -- if JIRA is already set up then the admin credentials must be supplied.
|
MimeSniffingKit |
This class can sniff a file according to the current JIRA settings and determine how an attachment should be handled
|
RangeRequest |
Represents a Range Request HTTP header as per IETF RFC 7233.
|
RangeResponse |
Represents a partial range of bytes to be returned in a partial HTTP request.
|
SearchRequestViewServlet |
This servlet is responsible for setting up the VelocityContext used in the searchrequest views
(i.e.: Printable, XML, etc).
|
VelocityDecoratorServlet |
Servlet that renders velocity decorators.
|
ViewAttachmentServlet | |
ViewProjectAvatarServlet |
Serves avatar images for projects.
|
ViewTemporaryAttachmentServlet | |
ViewTemporaryAvatarServlet |
Streams out an avatar image that has just been uploaded so that cropping/scaling operations can be performed.
|
ViewThumbnailServlet | |
ViewUniversalAvatarServlet |
This class only resposibility is to fetch implemmentaion from DI
contaier and forward request to it.
|
ViewUniversalAvatarServletImpl | |
ViewUserAvatarServlet |
Serves avatar images for users.
|
Exception | Description |
---|---|
BadRequestException |
Thrown to represent a "400 Bad Request" status code.
|
InvalidAttachmentPathException | |
RangeNotSatisfiableException |
The requested range is not satisfiable as per RFC-7233.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.