Class BinaryFileServlet

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

    public class BinaryFileServlet
    extends JcmsServlet
    This Servlet handles binary file download.
    Since:
    jcms-5.7.5 jcms-6.0.0
    Version:
    $Revision: 135374 $
    See Also:
    Serialized Form
    • Constructor Detail

      • BinaryFileServlet

        public BinaryFileServlet()
    • Method Detail

      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             java.io.IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException