Class SetPaginationTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.wiki.tags.WikiTagBase
org.apache.wiki.tags.SetPaginationTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class SetPaginationTag extends WikiTagBase
Calculate pagination string. Used for page-info and search results

Attributes

  • start - start item of the page to be highlighted
  • total - total number of items
  • pagesize - total number of items per page
  • maxlinks - number of page links to be generated
  • fmtkey - pagination prefix of the i18n resource keys. Following keys are used:
    fmtkey="info.pagination"
    • info.pagination.first=First
    • info.pagination.last=Last
    • info.pagination.previous=Previous
    • info.pagination.next=Next
    • info.pagination.all=all
    • info.pagination.total= (Total items: {0} )
    • info.pagination.show.title=Show items from {0} to {1}
    • info.pagination.showall.title=Show all items

Following optional attributes can be parameterized with '%s' (item count)

  • href - href of each page link. (optional)
  • onclick - onclick of each page link. (optional)
Since:
2.5.109
See Also: