This servlet bean is used to render the paging controls for catalog search results. Refer to the ATG API Reference for Commerce Service Center for additional information on the servlet bean.

Class

atg.commerce.csr.catalog.endeca.PagingDroplet

Components

/atg/commerce/custsvc/catalog/endeca/PagingDroplet

Input Parameters

  • recordsPerPage – The number of records displayed on a page

  • currentRecordOffset – The index of the first record displayed

  • totalRecords – The total number of records returned in the result

Open Parameters

  • prevPageGroup – Rendered once if there is a previous record group. A previous record group is the group of records previous to the current record group. For example, if the current page group is 4,5,6, a previous page group exists for pages 1,2,3. If the current page group is 1,2,3, this oparam would not be rendered because you are currently on the first page group

  • page – Rendered once for each page in the current page group with the exception of the current page, which has its own oparam so that it can be uniquely identified

  • currentPage – Rendered once for the current page

  • nextPageGroup – Rendered once when there is a next record group. The next record group is the group next in line from the current record group. For example, if the current page group is 7,8,9, the next page group would be 10,11,12. If there is no page 10, the nextPageGroup is not rendered

Output Parameters

  • prevPageGroupRecordIndex – The record index of the first record on the last page of the previous page group

  • nextPageGroupRecordIndex – The record index of the first record on the first page of the next page group

  • pageNumber – The page number

  • pageRecordIndex – The record index for the first record on the page


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices