com.atlassian.jira.plugin.searchrequestview
Class DefaultSearchRequestURLHandler
java.lang.Object
com.atlassian.jira.plugin.searchrequestview.DefaultSearchRequestURLHandler
- All Implemented Interfaces:
- SearchRequestURLHandler
public class DefaultSearchRequestURLHandler
- extends Object
- implements SearchRequestURLHandler
Constructor Summary |
DefaultSearchRequestURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor,
JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nBean,
Authorizer requestAuthorizer,
SearchProvider searchProvider,
IssueViewRequestParamsHelper issueViewRequestParamsHelper,
SearchService searchService,
JqlStringSupport jqlStringSupport,
BuildUtilsInfo buildUtilsInfo,
DateTimeFormatterFactory dateTimeFormatterFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSearchRequestURLHandler
public DefaultSearchRequestURLHandler(com.atlassian.plugin.PluginAccessor pluginAccessor,
JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nBean,
Authorizer requestAuthorizer,
SearchProvider searchProvider,
IssueViewRequestParamsHelper issueViewRequestParamsHelper,
SearchService searchService,
JqlStringSupport jqlStringSupport,
BuildUtilsInfo buildUtilsInfo,
DateTimeFormatterFactory dateTimeFormatterFactory)
getURLWithoutContextPath
public String getURLWithoutContextPath(SearchRequestViewModuleDescriptor moduleDescriptor,
SearchRequest searchRequest)
- Specified by:
getURLWithoutContextPath
in interface SearchRequestURLHandler
handleRequest
public void handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Specified by:
handleRequest
in interface SearchRequestURLHandler
- Throws:
IOException
getPagerFilter
protected PagerFilter getPagerFilter(javax.servlet.http.HttpServletRequest request)
- Returns a PagerFilter initialised using URL parameters from the request
- Parameters:
request
- the request
- Returns:
- the PagerFilter
Copyright © 2002-2012 Atlassian. All Rights Reserved.