Skip to content

Instantly share code, notes, and snippets.

@chenzhenli
chenzhenli / Application.java
Created June 12, 2012 20:45 — forked from akhawaja/Application.java
Play! Framework 1.2.x Pagination (this is a variation and modification of the version found on https://gist.github.com/1379217)
package controllers;
import controllers.Constants;
import play.mvc.Controller;
import utils.PaginationInfo;
import java.util.List;
/**
* Sample controller.
*/