org.springframework.web.servlet.mvc.method
package.See: Description
Class | Description |
---|---|
ControllerAdviceBean |
Encapsulates information about an
@ControllerAdvice
Spring-managed bean without necessarily requiring it to be instantiated. |
HandlerMethod | |
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. |
org.springframework.web.servlet.mvc.method
package.