Package com.bobocode.bring.web.servlet
package com.bobocode.bring.web.servlet
-
ClassDescriptionMarker interface used to identify classes that need to be implemented to be used as REST controllers.The
DispatcherServlet
class extendsFrameworkServlet
and serves as the central dispatcher for handling HTTP requests in a RESTful web application.TheFrameworkServlet
is an abstract class that extendsHttpServlet
and provides a base implementation for handling HTTP requests in a framework.Component for handling exceptions and generating JSON error responses.TheRestControllerContext
class represents the context for managing REST controllers and their associated parameters in a web application.TheWebStarter
class is responsible for initializing and running a web application using Apache Tomcat as the embedded servlet container.