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

Method isShowPrev

ch4/PageHandler.java:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 public boolean isShowPrev() {
120 return showPrev;
121 }
122
123 public void setShowPrev(boolean showPrev) {
124 this.showPrev = showPrev;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected