org.mentawai.tag.paginator
Class PaginatorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mentawai.tag.paginator.PaginatorTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, ListContext
public class PaginatorTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
- implements ListContext
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
DEFAULT_PAGENUM_PARAM
public static final String DEFAULT_PAGENUM_PARAM
- See Also:
- Constant Field Values
DEFAULT_MAX_PER_PAGE
public static final int DEFAULT_MAX_PER_PAGE
- See Also:
- Constant Field Values
PaginatorTag
public PaginatorTag()
setValue
public void setValue(String value)
setSize
public void setSize(int size)
setPageNumParam
public void setPageNumParam(String pageNumParam)
getCurrPage
public int getCurrPage()
getTotal
public int getTotal()
getFrom
public int getFrom()
getTo
public int getTo()
getLastPage
public int getLastPage()
hasNextPage
public boolean hasNextPage()
hasPreviousPage
public boolean hasPreviousPage()
getList
public List<Object> getList()
- Specified by:
getList in interface ListContext
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag- Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
Copyright © 2011. All Rights Reserved.