Class DefaultIssueViewURLHandler
java.lang.Object
com.atlassian.jira.plugin.issueview.DefaultIssueViewURLHandler
- All Implemented Interfaces:
IssueViewURLHandler
This class takes care of handling the creation of URLs for the issue view plugin, as well as handling the incoming
requests
-
Field Summary
Fields inherited from interface com.atlassian.jira.plugin.issueview.IssueViewURLHandler
NO_HEADERS_PARAMETER
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultIssueViewURLHandler
(com.atlassian.plugin.PluginAccessor pluginAccessor, IssueManager issueManager, PermissionManager permissionManager, SearchService searchService, IssueViewRequestParamsHelper issueViewRequestParamsHelper, UserManager userManager) -
Method Summary
Modifier and TypeMethodDescriptiongetURLWithoutContextPath
(IssueViewModuleDescriptor moduleDescriptor, String issueKey) void
handleRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
DefaultIssueViewURLHandler
public DefaultIssueViewURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor, IssueManager issueManager, PermissionManager permissionManager, SearchService searchService, IssueViewRequestParamsHelper issueViewRequestParamsHelper, UserManager userManager)
-
-
Method Details
-
getURLWithoutContextPath
- Specified by:
getURLWithoutContextPath
in interfaceIssueViewURLHandler
-
handleRequest
public void handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Specified by:
handleRequest
in interfaceIssueViewURLHandler
- Throws:
IOException
-