コード例 #1
0
ファイル: UserManager.java プロジェクト: LemonKL/gitblit
 /**
  * Returns the cookie value for the specified user.
  *
  * @param model
  * @return cookie value
  */
 @Override
 public String getCookie(UserModel model) {
   return userService.getCookie(model);
 }