|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.hdpagination.web.taglib.AbstractDisplayTag
org.hdpagination.web.taglib.DisplayTotalPagesTag
public class DisplayTotalPagesTag
This JSP Tag is used to display the count of pages - that is, how many pages of records in the search results.
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
DisplayTotalPagesTag()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent2Display(Page page)
Generate content to diplay in the page |
| Methods inherited from class org.hdpagination.web.taglib.AbstractDisplayTag |
|---|
doEndTag, doStartTag, getActionId, setActionId |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayTotalPagesTag()
| Method Detail |
|---|
public java.lang.String getContent2Display(Page page)
AbstractDisplayTag
page - Page instance containing pagination related information.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||