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

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      The command uses POST (not sure why?) but does not actually modify any state so it does not require CSRF.
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException