MCPcopy Index your code
hub / github.com/castello/spring_basic / PageHandler

Method PageHandler

ch4/PageHandler.java:19–21  ·  view source on GitHub ↗
(int totalCnt, Integer page)

Source from the content-addressed store, hash-verified

17 private boolean showPrev = false; // 이전을 보여줄지의 여부. beginPage==1이 아니면 showPrev는 false
18
19 public PageHandler(int totalCnt, Integer page) {
20 this(totalCnt, new SearchCondition(page, 10));
21 }
22
23 public PageHandler(int totalCnt, Integer page, Integer pageSize) {
24 this(totalCnt, new SearchCondition(page, pageSize));

Callers

nothing calls this directly

Calls 1

doPagingMethod · 0.95

Tested by

no test coverage detected