com.atlassian.jira.plugin.searchrequestview
Interface SearchRequestParams

All Known Implementing Classes:
SearchRequestParamsImpl

public interface SearchRequestParams

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.
 

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.


Copyright © 2002-2009 Atlassian. All Rights Reserved.