Class ViewTemporaryDocumentServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.saperion.ngc.servlet.AbstractStreamingServlet
com.saperion.ngc.servlet.ViewTemporaryDocumentServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class ViewTemporaryDocumentServlet extends AbstractStreamingServlet
Servlet used to view a temporary document in a viewer. The document is found by using the viewer's id to get all required information from the session. The temporary document must be available in TemporaryDocumentPreviewService cache.
See Also:
  • Constructor Details

    • ViewTemporaryDocumentServlet

      public ViewTemporaryDocumentServlet()
  • Method Details

    • doGet

      protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
      See Also:
      • HttpServlet.doGet(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)