|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2016 the original author or authors. |
|
|
|
* Copyright 2002-2021 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -33,7 +33,7 @@ import org.springframework.web.servlet.HandlerMapping; |
|
|
|
public interface MatchableHandlerMapping extends HandlerMapping { |
|
|
|
public interface MatchableHandlerMapping extends HandlerMapping { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Determine whether the given request matches the request criteria. |
|
|
|
* Determine whether the request matches the given pattern. |
|
|
|
* @param request the current request |
|
|
|
* @param request the current request |
|
|
|
* @param pattern the pattern to match |
|
|
|
* @param pattern the pattern to match |
|
|
|
* @return the result from request matching, or {@code null} if none |
|
|
|
* @return the result from request matching, or {@code null} if none |
|
|
|
|