Class GetRowsCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.row.GetRowsCommand

public class GetRowsCommand extends Command
  • Constructor Details

    • GetRowsCommand

      public GetRowsCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      This command accepts both POST and GET. It is not CSRF-protected as it does not incur any state change.
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException
    • doGet

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

      protected void internalRespond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Throws:
      javax.servlet.ServletException
      IOException