This class is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
Class Overview
Provides access to getting and setting SearchRequest
objects in session.
Public Constructors
Public Methods
public
SearchRequest
getCurrentObject
()
Returns
- the current user's "session" search.
public
void
setCurrentObject
(SearchRequest searchRequest)
Stores a search request in the current user's session and preferences.
Parameters
searchRequest
| The search request.
|
Protected Methods
protected
String
getLastViewedSessionKey
()
Returns
- the key which will be used to store the last viewed object in the session.