Package org.wso2.carbon.ui.taglibs
Class ResourcePaginator
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.wso2.carbon.ui.taglibs.Paginator
-
- org.wso2.carbon.ui.taglibs.ResourcePaginator
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class ResourcePaginator extends Paginator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourcePaginator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()StringgetPaginationFunction()intgetTdColSpan()voidsetPaginationFunction(String paginationFunction)voidsetTdColSpan(int tdColSpan)-
Methods inherited from class org.wso2.carbon.ui.taglibs.Paginator
getAction, getNextKey, getNoOfPageLinksToDisplay, getNumberOfPages, getPage, getPageNumber, getPageNumberParameterName, getParameters, getPrevKey, getResourceBundle, getShowPageNumbers, setAction, setNextKey, setNoOfPageLinksToDisplay, setNumberOfPages, setPage, setPageNumber, setPageNumberParameterName, setParameters, setPrevKey, setResourceBundle, setShowPageNumbers
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-