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

Method isShowNext

ch4/PageHandler.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public boolean isShowNext() {
84 return showNext;
85 }
86
87 public void setShowNext(boolean showNext) {
88 this.showNext = showNext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected