Class ExportRowsCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.project.ExportRowsCommand

public class ExportRowsCommand extends Command
  • Constructor Details

    • ExportRowsCommand

      public ExportRowsCommand()
  • Method Details

    • getRequestParameters

      public static Properties getRequestParameters(javax.servlet.http.HttpServletRequest request)
      This command uses POST but is left CSRF-unprotected as it does not incur a state change.
    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException