Class PageTool


  • public class PageTool
    extends Object
    This class is used by the Velocity response writer to provide a consistent paging tool for use by templates. TODO: add more details
    • Method Detail

      • getStart

        public long getStart()
      • getResults_per_page

        public int getResults_per_page()
      • getResults_found

        public long getResults_found()
      • getPage_count

        public int getPage_count()
      • getCurrent_page_number

        public int getCurrent_page_number()