plugin
Class FAIssueOrdererServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
|
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 |
FAIssueOrdererServlet
public FAIssueOrdererServlet()
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 objectresponse - 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 URLissueKey - The issue's key
- Returns:
- The URL of the issue navigator page
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.