public interface

IssueViewURLHandler

com.atlassian.jira.plugin.issueview.IssueViewURLHandler
Known Indirect Subclasses

Summary

Constants
String NO_HEADERS_PARAMETER
Public Methods
String getURLWithoutContextPath(IssueViewModuleDescriptor moduleDescriptor, String issueKey)
void handleRequest(HttpServletRequest request, HttpServletResponse response)

Constants

public static final String NO_HEADERS_PARAMETER

Constant Value: "noResponseHeaders"

Public Methods

public String getURLWithoutContextPath (IssueViewModuleDescriptor moduleDescriptor, String issueKey)

public void handleRequest (HttpServletRequest request, HttpServletResponse response)

Throws
IOException