类的使用
cn.taketoday.web.handler.method.AbstractHandlerMethodMapping.Match
-
cn.taketoday.web.handler.method中AbstractHandlerMethodMapping.Match的使用
修饰符和类型方法说明intAbstractHandlerMethodMapping.MatchComparator.compare(AbstractHandlerMethodMapping.Match<T> match1, AbstractHandlerMethodMapping.Match<T> match2) protected voidAbstractHandlerMethodMapping.handleMatch(AbstractHandlerMethodMapping.Match<T> bestMatch, String directLookupPath, RequestContext request) Invoked when a matching mapping is found.protected voidRequestMappingInfoHandlerMapping.handleMatch(AbstractHandlerMethodMapping.Match<RequestMappingInfo> bestMatch, String directLookupPath, RequestContext request) Expose URI template variables, matrix variables, and producible media types in the request.修饰符和类型方法说明private voidAbstractHandlerMethodMapping.addMatchingMappings(Collection<T> mappings, ArrayList<AbstractHandlerMethodMapping.Match<T>> matches, RequestContext request)