Class GetImportingJobStatusCommand


  • public class GetImportingJobStatusCommand
    extends Command
    • Constructor Detail

      • GetImportingJobStatusCommand

        public GetImportingJobStatusCommand()
    • Method Detail

      • doPost

        public void doPost​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException,
                           IOException
        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