Class DevconFileServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
ch.tocco.nice2.web.core.spi.servlet.StaticFileServlet
ch.tocco.nice2.devcon.impl.servlet.DevconFileServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@Component public class DevconFileServlet extends StaticFileServlet
Serves the DevCon index.html.
See Also:
  • Field Summary Link icon

    Fields inherited from class ch.tocco.nice2.web.core.spi.servlet.StaticFileServlet Link icon

    activated, file

    Fields inherited from class jakarta.servlet.http.HttpServlet Link icon

    LEGACY_DO_HEAD
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    DevconFileServlet(org.slf4j.Logger log)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class ch.tocco.nice2.web.core.spi.servlet.StaticFileServlet Link icon

    doGet, getContentType, processFileContent

    Methods inherited from class jakarta.servlet.http.HttpServlet Link icon

    doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service

    Methods inherited from class jakarta.servlet.GenericServlet Link icon

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

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • DevconFileServlet Link icon

      @Lazy public DevconFileServlet(org.slf4j.Logger log)
  • Method Details Link icon