Class FormPrintServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @WebServlet(name="FormPrintServlet",
                urlPatterns="/form/print/*",
                asyncSupported=true)
    public class FormPrintServlet
    extends javax.servlet.http.HttpServlet
    Auslieferung einer 'FormVersion' für den Druck(alle Formulartypen)
    See Also:
    Serialized Form
    • Constructor Detail

      • FormPrintServlet

        public FormPrintServlet()
    • Method Detail

      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse resp)
                      throws javax.servlet.ServletException,
                             IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse resp)
                       throws javax.servlet.ServletException,
                              IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException