Class CmsSearchConfigurationPagination

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_PAGE_NAV_LENGTH
      The default "Google"-like page navigation length.
      static java.lang.String DEFAULT_PAGE_PARAM
      The default request parameter to read the current page from.
      static java.util.List<java.lang.Integer> DEFAULT_PAGE_SIZE
      The default page size.
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsSearchConfigurationPagination​(java.lang.String pageParam, java.lang.Integer pageSize, java.lang.Integer pageNavLength)
      Constructor setting all configuration options for the pagination.
      CmsSearchConfigurationPagination​(java.lang.String pageParam, java.util.List<java.lang.Integer> pageSizes, java.lang.Integer pageNavLength)
      Constructor setting all configuration options for the pagination.