Class MainServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

@WebServlet(description="handles the HTTP request", urlPatterns="/*") public class MainServlet extends BaseServlet
Servlet, which handles all HttpServletRequests on the root path
Since:
1.0.0
Version:
3.0.0
See Also: