Class GetAllPreferencesCommand


  • public class GetAllPreferencesCommand
    extends Command
    • Constructor Detail

      • GetAllPreferencesCommand

        public GetAllPreferencesCommand()
    • Method Detail

      • 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