コード例 #1
0
 public static Call getCategoryUrl(Category category, int page) {
   return routes.Categories.select(getCategoryPath(category), page);
 }