Package | Description |
---|---|
org.springframework.web.method |
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package. |
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.method.support |
Generic support classes for handler method processing.
|
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.mvc.method |
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method package. |
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Class and Description |
---|
ControllerAdviceBean
Encapsulates information about an @ControllerAdvice
Spring-managed bean without necessarily requiring it to be instantiated.
|
HandlerMethod |
HandlerMethod.HandlerMethodParameter
A MethodParameter with HandlerMethod-specific behavior.
|
HandlerTypePredicate
A
Predicate to match request handling component types if
any of the following selectors match:
Base packages -- for selecting handlers by their package. |
HandlerTypePredicate.Builder
A
HandlerTypePredicate builder. |
Class and Description |
---|
HandlerMethod |
Class and Description |
---|
HandlerMethod |
Class and Description |
---|
HandlerMethod |
Class and Description |
---|
HandlerMethod |
Class and Description |
---|
HandlerMethod |
Class and Description |
---|
ControllerAdviceBean
Encapsulates information about an @ControllerAdvice
Spring-managed bean without necessarily requiring it to be instantiated.
|
HandlerMethod |