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