comparison src/main/java/de/mpiwg/gazetteer/rest/AbstractServletMethod.java @ 58:b8ad346e39a0

new: modify based on doc 'Improving LGServices interface.docx': user workflow improvement, functions like adding task into a topic and search suggestions.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 May 2016 12:03:30 +0200
parents 3e62083dbcbf
children
comparison
equal deleted inserted replaced
57:5cbe567a9c52 58:b8ad346e39a0
45 } catch (Exception e) { 45 } catch (Exception e) {
46 } 46 }
47 } 47 }
48 return null; 48 return null;
49 } 49 }
50
51
50 52
51 protected static Long getRequestLongPart(HttpServletRequest request, String partName) throws IOException, 53 protected static Long getRequestLongPart(HttpServletRequest request, String partName) throws IOException,
52 IllegalStateException, ServletException { 54 IllegalStateException, ServletException {
53 55
54 String value = getRequestPart(request, partName); 56 String value = getRequestPart(request, partName);