Package com.acsinet_solutions.cetia4.tags.pager

Paging related taglib.

See:
          Description

Interface Summary
BlockAccessor Implemented by tags that allow access to a block instance
 

Class Summary
AbstractBlockConditionTag Base class for ifFirst and ifLast tags.
AbstractBlockIteratorTag Base class for block iterator classes.
AbstractBlockTag Base class for first, previous, next and last tags.
FirstTag Tag that displays it's contents if a first block exists.
IfFirstTag Tag that displays it's contents if this is the first block.
IfLastTag Tag that displays it's contents if this is the last block.
IterateNextTag Tag for iteration of next paging blocks.
IteratePreviousTag Tag for iteration of previous paging blocks.
LastTag Tag that displays it's contents if a last block exists.
LinkTag A tag that generates links for pager blocks.
NextTag Tag that displays it's contents if a next block exists.
PagerTag Pager tag class parent of all other pager tags.
PreviousTag Tag that displays it's contents if a previous block exists.
 

Package com.acsinet_solutions.cetia4.tags.pager Description

Paging related taglib. Contains useful tags for paging partial results.