com.atlassian.jira.plugin.searchrequestview
Class SearchRequestParamsImpl

java.lang.Object
  extended by com.atlassian.jira.plugin.searchrequestview.SearchRequestParamsImpl
All Implemented Interfaces:
SearchRequestParams

public class SearchRequestParamsImpl
extends Object
implements SearchRequestParams

Default implmentation of @see com.atlassian.jira.plugin.searchrequestview.SearchRequestParams.


Constructor Summary
SearchRequestParamsImpl(javax.servlet.http.HttpSession session)
           
SearchRequestParamsImpl(javax.servlet.http.HttpSession session, PagerFilter pagerFilter)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRequestParamsImpl

public SearchRequestParamsImpl(javax.servlet.http.HttpSession session)

SearchRequestParamsImpl

public SearchRequestParamsImpl(javax.servlet.http.HttpSession session,
                               PagerFilter pagerFilter)
Method Detail

getSession

public Map getSession()
Description copied from interface: SearchRequestParams
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.

Specified by:
getSession in interface SearchRequestParams
Returns:
map containing a shallow copy of the HttpSession

getPagerFilter

public PagerFilter getPagerFilter()
Description copied from interface: SearchRequestParams
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').

Specified by:
getPagerFilter in interface SearchRequestParams
Returns:
PagerFilter with appropriate max and start values set.


Copyright © 2002-2007 Atlassian. All Rights Reserved.