程序包的使用
org.springframework.web.servlet.handler
使用org.springframework.web.servlet.handler的程序包 程序包 说明 org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.function.support Classes supporting theorg.springframework.web.servlet.functionpackage.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework.org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.mvc.support Support package for MVC controllers.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.theme Theme support classes for Spring's web MVC framework.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.org.springframework.web.servlet.config.annotation使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.BeanNameUrlHandlerMapping Implementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.HandlerMappingIntrospector Helper class to get information from theHandlerMappingthat would serve a specific request.SimpleUrlHandlerMapping Implementation of theHandlerMappinginterface that maps from URLs to request handler beans.org.springframework.web.servlet.function.support使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.org.springframework.web.servlet.handler使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractDetectingUrlHandlerMapping Abstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractUrlHandlerMapping Abstract base class for URL-mappedHandlerMappingimplementations.HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.HandlerMethodMappingNamingStrategy A strategy for assigning a name to a handler method's mapping.MappedInterceptor Contains and delegates calls to aHandlerInterceptoralong with include (and optionally exclude) path patterns to which the interceptor should apply.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.RequestMatchResult Container for the result from request pattern matching viaMatchableHandlerMappingwith a method to further extract URI template variables from the pattern.org.springframework.web.servlet.i18n使用的org.springframework.web.servlet.handler中的类 类 说明 HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.org.springframework.web.servlet.mvc.annotation使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.org.springframework.web.servlet.mvc.method使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractHandlerMethodMapping Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.HandlerMethodMappingNamingStrategy A strategy for assigning a name to a handler method's mapping.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractHandlerMethodExceptionResolver Abstract base class forHandlerExceptionResolverimplementations that support handling exceptions from handlers of typeHandlerMethod.AbstractHandlerMethodMapping Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.RequestMatchResult Container for the result from request pattern matching viaMatchableHandlerMappingwith a method to further extract URI template variables from the pattern.org.springframework.web.servlet.mvc.support使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.org.springframework.web.servlet.resource使用的org.springframework.web.servlet.handler中的类 类 说明 HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.org.springframework.web.servlet.theme使用的org.springframework.web.servlet.handler中的类 类 说明 HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.org.springframework.web.socket.config.annotation使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.org.springframework.web.socket.server.support使用的org.springframework.web.servlet.handler中的类 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractUrlHandlerMapping Abstract base class for URL-mappedHandlerMappingimplementations.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.SimpleUrlHandlerMapping Implementation of theHandlerMappinginterface that maps from URLs to request handler beans.