All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.web.pagination.PaginationFactory Maven / Gradle / Ivy


package cn.featherfly.web.pagination;

import javax.servlet.http.HttpServletRequest;

import cn.featherfly.common.structure.page.Pagination;

/**
 * 

* PaginationFactory *

* * @author 钟冀 */ public interface PaginationFactory { /** *

* 创建分页对象 *

* @param request HttpServletRequest * @return 分页对象 */ Pagination create(HttpServletRequest request); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy