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
DispatcherServletclass extendsFrameworkServletand serves as the central dispatcher for handling HTTP requests in a RESTful web application.TheFrameworkServletis an abstract class that extendsHttpServletand provides a base implementation for handling HTTP requests in a framework.Component for handling exceptions and generating JSON error responses.TheRestControllerContextclass represents the context for managing REST controllers and their associated parameters in a web application.TheWebStarterclass is responsible for initializing and running a web application using Apache Tomcat as the embedded servlet container.