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