类的使用
cn.taketoday.web.handler.AbstractUrlHandlerMapping
-
cn.taketoday.web.handler中AbstractUrlHandlerMapping的使用
修饰符和类型类说明classAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.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.