Exemplo n.º 1
0
 private AsMap processPost(HttpServletRequest request, HttpServletResponse response)
     throws Exception {
   String commandIndentifier = request.getParameter(Constants.RequestParameter.COMMAND);
   return commandProcessor.processCommand(commandIndentifier, request, response);
 }