Class GetProcessesCommand


  • public class GetProcessesCommand
    extends Command
    • Constructor Detail

      • GetProcessesCommand

        public GetProcessesCommand()
    • 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
      • logRequests

        public boolean logRequests()
        Description copied from class: Command
        Whether each request to this command should be logged. For some commands that can get called too frequently, such as GetProcessesCommand, logging is very distracting.
        Overrides:
        logRequests in class Command