Uses of Package
com.bobocode.bring.web.servlet.annotation
Packages that use com.bobocode.bring.web.servlet.annotation
Package
Description
-
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.actuator.controllerClassDescriptionAnnotation for mapping HTTP
GET
requests onto specific handler methods.Annotation for mapping HTTPPOST
requests onto specific handler methods.Annotation used to indicate the mapping of a request to a specific controller class.Annotation used to indicate that a method parameter should be bound to a query parameter in a web request.Annotation for marking a class or method with the desired HTTP response status code and optional reason.Indicates that the annotated class is a specialized type of controller designed for RESTful services. -
-
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.servlet.errorClassDescriptionAnnotation for marking a class or method with the desired HTTP response status code and optional reason.
-
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.servlet.exceptionClassDescriptionAnnotation for marking a class or method with the desired HTTP response status code and optional reason.
-
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.servlet.mapping
-
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.staticcontent.controllerClassDescriptionIndicates that the annotated class is a controller.Annotation for mapping HTTP
GET
requests onto specific handler methods. -
Classes in com.bobocode.bring.web.servlet.annotation used by com.bobocode.bring.web.staticcontent.exceptionClassDescriptionAnnotation for marking a class or method with the desired HTTP response status code and optional reason.