Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.mvc.annotation Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
AnnotationMethodHandlerAdapterthat maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
AnnotationMethodHandlerExceptionResolverexceptions through the ExceptionHandler annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
DefaultAnnotationHandlerMappinginterface that maps handlers based on HTTP paths expressed through theRequestMapping annotation at the type or method level.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
ModelAndViewResolverSPI for resolving custom return values from a specific handler method.Interfaceorg.springframework.web.servlet.mvc.annotationSpring MVC
ResponseStatusExceptionResolverA HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes.Classorg.springframework.web.servlet.mvc.annotationSpring MVC