com.atlassian.jira.plugin.issueview
Class IssueViewURLHandler

java.lang.Object
  extended bycom.atlassian.jira.plugin.issueview.IssueViewURLHandler

public class IssueViewURLHandler
extends Object

This class takes care of handling the creation of URLs for the issue view plugin, as well as handling the incoming requests


Field Summary
static String NO_HEADERS_PARAMETER
           
 
Constructor Summary
IssueViewURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor, IssueManager issueManager, PermissionManager permissionManager, SearchProvider searchProvider)
           
 
Method Summary
 String getURLWithoutContextPath(IssueViewModuleDescriptor moduleDescriptor, String issueKey)
           
 void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_HEADERS_PARAMETER

public static final String NO_HEADERS_PARAMETER
See Also:
Constant Field Values
Constructor Detail

IssueViewURLHandler

public IssueViewURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor,
                           IssueManager issueManager,
                           PermissionManager permissionManager,
                           SearchProvider searchProvider)
Method Detail

getURLWithoutContextPath

public String getURLWithoutContextPath(IssueViewModuleDescriptor moduleDescriptor,
                                       String issueKey)

handleRequest

public void handleRequest(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws IOException
Throws:
IOException


Copyright © 2002-2007 Atlassian. All Rights Reserved.