Presentation Layer Pagination

To control how many entries are displayed at a time in a publication:

  1. Copy PublishedEntryResourceHelper.properties from the plug-in installation into your webapp configuration layer:

    $ cp /opt/escenic/engine/plugins/live-center/misc/siteconfig/webapp/com/escenic/livecenter/presentation/webservice/helpers/PublishedEntryResourceHelper.properties \
    > /etc/escenic/engine/webapp/pub-name/com/escenic/livecenter/presentation/webservice/helpers/PublishedEntryResourceHelper.properties
    

    where pub-name is the name of your publication webapp.

  2. Open the copied file for editing and set the following property as required:

    entrySize

    Determines how many entries are returned at a time by the presentation web service, and therefore how many entries are displayed on a page.

    entrySize = 20