Uses of Package
com.bobocode.bring.web.servlet
Packages that use com.bobocode.bring.web.servlet
Package
Description
-
Classes in com.bobocode.bring.web.servlet used by com.bobocode.bring.web.actuator.controllerClassDescriptionMarker interface used to identify classes that need to be implemented to be used as REST controllers.
-
Classes in com.bobocode.bring.web.servlet used by com.bobocode.bring.web.serverClassDescriptionComponent for handling exceptions and generating JSON error responses.
-
Classes in com.bobocode.bring.web.servlet used by com.bobocode.bring.web.servletClassDescriptionMarker 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. -
Classes in com.bobocode.bring.web.servlet used by com.bobocode.bring.web.staticcontent.controllerClassDescriptionMarker interface used to identify classes that need to be implemented to be used as REST controllers.
-
Classes in com.bobocode.bring.web.servlet used by com.bobocode.bring.web.utilsClassDescriptionMarker interface used to identify classes that need to be implemented to be used as REST controllers.