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
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. -
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.