コード例 #1
0
 @Override
 public RequestMethod getMethod() {
   return RequestMethod.valueOf(request.getMethod().toUpperCase());
 }