Example #1
0
 public static String getParticipateUrl(League league) {
   return "/matches/participate?leagueId=" + league.getAutoId();
 }
Example #2
0
 public static String getLeagueViewUrl(League league) {
   return "/leagues/" + league.getAutoId() + "/" + league.getAlias();
 }