Class NewClientFileServlet

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

@Component public class NewClientFileServlet extends StaticFileServlet
Serves the static file for the new client. Path and the response content-type can be set by property. By default the servlet is activated and serves a file. This can be overwritten by setting the activated flag.
See Also: