Class GetImportingConfigurationCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.importing.GetImportingConfigurationCommand

public class GetImportingConfigurationCommand extends Command
  • Constructor Details

    • GetImportingConfigurationCommand

      public GetImportingConfigurationCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Deprecated. This command uses POST but does not actually modify any state so it is not CSRF-protected.
      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