Class ComputeClustersCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.browsing.ComputeClustersCommand

public class ComputeClustersCommand extends Command
  • Constructor Details

    • ComputeClustersCommand

      public ComputeClustersCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      This command uses POST (probably to allow for larger parameters) but does not actually modify any state so we do not add CSRF protection to it.
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException