Class Win32LinkServlet

  • All Implemented Interfaces:
    JcmsConstants, JaliosConstants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class Win32LinkServlet
    extends JcmsServlet
    This servlet return a Win32Link for the given file and path parameter in the webdav servlet.
    Since:
    jcms-5.5.0
    Version:
    $Revision: 72474 $
    Author:
    Jean-Philippe Encausse
    See Also:
    Serialized Form
    • Constructor Detail

      • Win32LinkServlet

        public Win32LinkServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class JcmsServlet
        Throws:
        javax.servlet.ServletException
      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                   throws javax.servlet.ServletException,
                          java.io.IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException