plugin
Class FAIssueOrdererServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by plugin.FAIssueOrdererServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class FAIssueOrdererServlet
extends javax.servlet.http.HttpServlet

This servlet intercepts the request that was made from the issue navigator to re-order the issues. After performing the actions necessary to change the values of the affected issues, it forwards to the top of the issue browser.

See Also:
Serialized Form

Constructor Summary
FAIssueOrdererServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          modify the issue order according to the provided action parameter
 java.lang.String getIssueNavigatorURL(java.lang.String requestURL, java.lang.String issueKey)
          Return the URL of the issue navigator page on the anchor associated with the issue
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FAIssueOrdererServlet

public FAIssueOrdererServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException
modify the issue order according to the provided action parameter

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
request - The request object
response - The response object
Throws:
java.io.IOException

getIssueNavigatorURL

public java.lang.String getIssueNavigatorURL(java.lang.String requestURL,
                                             java.lang.String issueKey)
Return the URL of the issue navigator page on the anchor associated with the issue

Parameters:
requestURL - The request's URL
issueKey - The issue's key
Returns:
The URL of the issue navigator page


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.