Example #1
0
 public static final String getRejoinableMatchViewUrl(MatchState state) {
   return "/matches/" + state.getMatchAutoId() + "/" + state.getMatchAlias() + "?rejoin=yes";
 }
Example #2
0
 public static final String getMatchViewUrl(MatchState state) {
   return "/matches/" + state.getMatchAutoId() + "/" + state.getMatchAlias();
 }