Uses of Interface
com.bobocode.bring.web.servlet.BringServlet
Packages that use BringServlet
Package
Description
-
Uses of BringServlet in com.bobocode.bring.web.actuator.controller
Classes in com.bobocode.bring.web.actuator.controller that implement BringServletModifier and TypeClassDescriptionclassController responsible for managing actuator endpoints. -
Uses of BringServlet in com.bobocode.bring.web.servlet
Fields in com.bobocode.bring.web.servlet with type parameters of type BringServletModifier and TypeFieldDescriptionprivate final List<BringServlet> RestControllerContext.bringServletsList of registered BringServlet instances.Constructor parameters in com.bobocode.bring.web.servlet with type arguments of type BringServletModifierConstructorDescriptionRestControllerContext(List<BringServlet> bringServlets, List<RequestParamsResolver> requestParamsResolvers) Constructs a new RestControllerContext with the specified BringServlets and RequestParamsResolvers. -
Uses of BringServlet in com.bobocode.bring.web.staticcontent.controller
Classes in com.bobocode.bring.web.staticcontent.controller that implement BringServletModifier and TypeClassDescriptionclassController responsible for handling static resource requests. -
Uses of BringServlet in com.bobocode.bring.web.utils
Methods in com.bobocode.bring.web.utils with parameters of type BringServletModifier and TypeMethodDescriptionstatic Map<String, List<RestControllerParams>> RestControllerParamsUtil.getRestControllerParams(BringServlet bringServlet, List<RequestParamsResolver> requestParamsResolvers) Retrieves the mapping of controller methods to their associatedRestControllerParams.