MCPcopy Create free account
hub / github.com/castello/spring_basic / print

Method print

ch4/PageHandler.java:57–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 void print() {
58 System.out.println("page="+ sc.getPage());
59 System.out.print(showPrev? "PREV " : "");
60
61 for(int i=beginPage;i<=endPage;i++) {
62 System.out.print(i+" ");
63 }
64 System.out.println(showNext? " NEXT" : "");
65 }
66
67 public SearchCondition getSc() {
68 return sc;

Callers 1

doFilterMethod · 0.80

Calls 1

getPageMethod · 0.65

Tested by

no test coverage detected