类的使用
org.springframework.web.servlet.handler.RequestMatchResult
使用RequestMatchResult的程序包 程序包 说明 org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.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.handler中RequestMatchResult的使用
返回RequestMatchResult的org.springframework.web.servlet.handler中的方法 修饰符和类型 方法 说明 RequestMatchResultAbstractUrlHandlerMapping. match(HttpServletRequest request, String pattern)RequestMatchResultMatchableHandlerMapping. match(HttpServletRequest request, String pattern)Determine whether the given request matches the request criteria.org.springframework.web.servlet.mvc.method.annotation中RequestMatchResult的使用
返回RequestMatchResult的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 RequestMatchResultRequestMappingHandlerMapping. match(HttpServletRequest request, String pattern)