Interface SessionPagerFilterManager

All Superinterfaces:
SessionSearchObjectManager<PagerFilter>
All Known Implementing Classes:
DefaultSessionPagerFilterManager

@Deprecated @NonInjectableComponent public interface SessionPagerFilterManager extends SessionSearchObjectManager<PagerFilter>
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.
Provides access to getting and setting PagerFilter objects in session.
Since:
v4.2
See Also: