org.apache.beehive.netui.databinding.datagrid.services
Class PagerService
Object
PagerService
public class PagerService
- extends Object
Constructor Summary |
PagerService(ServletRequest request,
String namespace)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PAGE_PARAM_NAME
public static String DEFAULT_PAGE_PARAM_NAME
DEFAULT_PAGE_SIZE_PARAM_NAME
public static String DEFAULT_PAGE_SIZE_PARAM_NAME
PagerService
public PagerService(ServletRequest request,
String namespace)
getInstance
public static final PagerService getInstance(JspContext jspContext,
String namespace)
getCurrentPage
public int getCurrentPage()
getPageSize
public int getPageSize()
getCurrentPageParamString
public String getCurrentPageParamString()
getNextPageQueryParam
public String getNextPageQueryParam()
getPrevPageQueryParam
public String getPrevPageQueryParam()
buildQueryParamForPage
public String buildQueryParamForPage(int page)
buildQueryParamValueForPage
public String buildQueryParamValueForPage(int page)