Interface SessionSearchRequestManager

All Superinterfaces:
SessionSearchObjectManager<SearchRequest>
All Known Implementing Classes:
DefaultSessionSearchRequestManager

@Deprecated @NonInjectableComponent public interface SessionSearchRequestManager extends SessionSearchObjectManager<SearchRequest>
Deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
Provides access to getting and setting SearchRequest objects in session.
Since:
v4.2
See Also: