com.atlassian.jira.issue.search.quicksearch
Class ProjectQuickSearchHandler

java.lang.Object
  extended by com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
      extended by com.atlassian.jira.issue.search.quicksearch.ProjectQuickSearchHandler
All Implemented Interfaces:
QuickSearchHandler

public class ProjectQuickSearchHandler
extends SingleWordQuickSearchHandler


Constructor Summary
ProjectQuickSearchHandler(ProjectManager projectManager, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
protected  Map handleWord(String word, QuickSearchResult searchResult)
          Hanldle a single word, and return a map of parameters
 
Methods inherited from class com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
getByName, modifySearchResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectQuickSearchHandler

public ProjectQuickSearchHandler(ProjectManager projectManager,
                                 PermissionManager permissionManager,
                                 JiraAuthenticationContext authenticationContext)
Method Detail

handleWord

protected Map handleWord(String word,
                         QuickSearchResult searchResult)
Description copied from class: SingleWordQuickSearchHandler
Hanldle a single word, and return a map of parameters

Specified by:
handleWord in class SingleWordQuickSearchHandler
Parameters:
word - A single word - guaranteed to not be null
searchResult - The existing search result
Returns:
A Map of parameters that can be used as a URL.


Copyright © 2002-2007 Atlassian. All Rights Reserved.