Content Presenter Display Template Pagination Tags
Tag getCurrentPageSetRange
This tag returns the range of values that the current page is on. For example, if the current page
is 3 of 5, and the page size is set to 10, this tag will return a string that looks like "21 - 30"
If the 'var' attribute is set, then the page set range will be set as a page variable with the specified name.
Otherwise, the value will be inlined into the HTML.
This example sets the current page set range into a context attribute named 'pageSetRange':
<paginationTags:getCurrentPageSetRange var="pageSetRange"/>
| Tag Information |
| Tag Class | None |
| TagExtraInfo Class | None |
| Body Content | scriptless |
| Display Name | getCurrentPageSetRange |
| Attributes |
| Name | Required | Request-time | Description |
| var | false | false |
The EL property to set in the request for retrieval.
|
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.