类的使用
cn.taketoday.web.handler.AbstractHandlerMapping
使用AbstractHandlerMapping的程序包
程序包
说明
Web Handler
Classes supporting the
cn.taketoday.web.servlet.function package.Method handler
-
cn.taketoday.web.config中AbstractHandlerMapping的使用
-
cn.taketoday.web.handler中AbstractHandlerMapping的使用
修饰符和类型类说明classAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classImplementation of theHandlerMappinginterface that maps from URLs to request handler beans. -
cn.taketoday.web.handler.function.support中AbstractHandlerMapping的使用
-
cn.taketoday.web.handler.method中AbstractHandlerMapping的使用
修饰符和类型类说明classAbstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.classAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.