RetryNewServlet

public final class RetryNewServlet extends ADServlet

This servlet is called when a user wants to retry the program with new files, using the “Retry with new files” button.

Methods

doGet

public final void doGet(HttpServletRequest req, HttpServletResponse res)

Called by the Tapenade server.

Parameters
  • req – an HttpServletRequest object that contains the request the client has made of the servlet

  • res – an HttpServletResponse object that contains the response the servlet sends to the client

Throws
  • IOException – if an input or output error is detected when the servlet handles the request

doPost

public final void doPost(HttpServletRequest req, HttpServletResponse res)

Called by the Tapenade web server.

Parameters
  • req – an HttpServletRequest object that contains the request the client has made of the servlet

  • res – an HttpServletResponse object that contains the response the servlet sends to the client

Throws
  • IOException – if an input or output error is detected when the servlet handles the request