Example #1
0
 public void complexitySearch(HttpServletRequest request, HttpServletResponse response)
     throws IllegalArgumentException, SecurityException, IllegalAccessException,
         NoSuchMethodException, InvocationTargetException, IOException, ParseException {
   JSONHelper.ResponseBean(new FileInformation(request).complexitySearch(), response);
 }