Class GetAllPreferencesCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.GetAllPreferencesCommand

public class GetAllPreferencesCommand extends Command
  • Constructor Details

    • GetAllPreferencesCommand

      public GetAllPreferencesCommand()
  • Method Details

    • 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
    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      POST is supported but does not actually change any state so we do not add CSRF protection to it. Extensions and the UI still uses POST 2023-04-03.
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException