Class PagingParameterBean


  • public class PagingParameterBean
    extends Object
    Parameter bean for paging
    • Field Detail

      • page

        @QueryParam("page")
        @DefaultValue("1")
        public int page
        Returned page, if paging is used. Paging starts with 1
      • pageSize

        @QueryParam("pageSize")
        @DefaultValue("-1")
        public int pageSize
        Page size for paging. If this is set to -1 no paging is used (all matching items are returned). Setting this to 0 will return no items.
    • Constructor Detail

      • PagingParameterBean

        public PagingParameterBean()