Class DisplayServlet

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

    public class DisplayServlet
    extends javax.servlet.http.HttpServlet
    This servlet is used to serve those requests for displaying details of a document or a folder. It will be protected by basic authentication.
    Since:
    7.5.1
    Author:
    Marco Meschieri - LogicaLDOC
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doGet​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Redirects the request to the proper frontend URL
      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log