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. You can modify values stored in the session, by reference, but this map is not re-synched with the HttpSession so you can not use it to store new values.

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-2007 Atlassian. All Rights Reserved.