程序包的使用
cn.taketoday.web.handler
使用cn.taketoday.web.handler的程序包
程序包
说明
Web Handler
Classes supporting the
cn.taketoday.web.servlet.function package.Method handler
-
类说明Abstract base class for
HandlerMappingimplementations.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.Process Handler not foundreturn-value handler managerImplementation of theHandlerMappinginterface that maps from URLs to request handler beans. -
类说明Abstract base class for
HandlerExceptionHandlerimplementations that support handling exceptions from handlers of typeActionMappingAnnotationHandler.Abstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.Abstract base class forHandlerExceptionHandlerimplementations.Abstract base class forHandlerMappingimplementations.Abstract base class for URL-mappedHandlerMappingimplementations.HandlerAdapter can be injected at runtimeHandler execution chain, consisting of handler object and any handler interceptors.for holdingHandlerInterceptorsBy default when the DispatcherHandler can't find a handler for a request it sends a 404 response.Infrastructure HandlerContains both the parsedPathPatternand the raw String pattern, and uses the former when the cached path isPathContaineror the latter otherwise.Process Handler not foundreturn-value handler managerselectReturnValueHandlerhandler in list -
-
类说明Abstract base class for
HandlerExceptionHandlerimplementations that support handling exceptions from handlers of typeActionMappingAnnotationHandler.Abstract base class forHandlerExceptionHandlerimplementations.Abstract base class forHandlerMappingimplementations.for holdingHandlerInterceptorsA strategy for assigning a name to a handler method's mapping.return-value handler manager -
类说明select
ReturnValueHandlerhandler in listA controller method return value type for asynchronous request processing where the application can write directly to the responseOutputStreamwithout holding up the Servlet container thread. -
类说明Central dispatcher for HTTP request handlers/controllersInfrastructure Handler