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