com.atlassian.jira.plugin.searchrequestview
Interface SearchRequestParams

All Superinterfaces:
IssueViewRequestParams
All Known Implementing Classes:
SearchRequestParamsImpl

public interface SearchRequestParams
extends IssueViewRequestParams

This is used by SearchRequestView plugins to provide information about their context.


Method Summary
 PagerFilter getPagerFilter()
          Used to get a handle on a pager filter that will have its start and max values setup based on either system defaults or possibly overridden by request parameters ('tempMax' and 'pager/start').
 Map getSession()
          Used to access information that may have been stored in the HttpSession.
 String getUserAgent()
           
 
Methods inherited from interface com.atlassian.jira.plugin.issueview.IssueViewRequestParams
getIssueViewFieldParams
 

Method Detail

getSession

Map getSession()
Used to access information that may have been stored in the HttpSession. Values stored in the session cannot be modified in any way.

Returns:
map containing a shallow copy of the HttpSession

getPagerFilter

PagerFilter getPagerFilter()
Used to get a handle on a pager filter that will have its start and max values setup based on either system defaults or possibly overridden by request parameters ('tempMax' and 'pager/start').

Returns:
PagerFilter with appropriate max and start values set.

getUserAgent

String getUserAgent()
Returns:
the user agent string from the request


Copyright © 2002-2012 Atlassian. All Rights Reserved.