|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2017 the original author or authors. |
|
|
|
|
* Copyright 2002-2018 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -99,11 +99,11 @@ public @interface RequestMapping {
@@ -99,11 +99,11 @@ public @interface RequestMapping {
|
|
|
|
|
String[] value() default {}; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* In a Servlet environment only: the path mapping URIs (e.g. "/myPath.do"). |
|
|
|
|
* The path mapping URIs (e.g. "/myPath.do"). |
|
|
|
|
* Ant-style path patterns are also supported (e.g. "/myPath/*.do"). |
|
|
|
|
* At the method level, relative paths (e.g. "edit.do") are supported within |
|
|
|
|
* the primary mapping expressed at the type level. Path mapping URIs may |
|
|
|
|
* contain placeholders (e.g. "/${connect}") |
|
|
|
|
* At the method level, relative paths (e.g. "edit.do") are supported |
|
|
|
|
* within the primary mapping expressed at the type level. |
|
|
|
|
* Path mapping URIs may contain placeholders (e.g. "/${connect}"). |
|
|
|
|
* <p><b>Supported at the type level as well as at the method level!</b> |
|
|
|
|
* When used at the type level, all method-level mappings inherit |
|
|
|
|
* this primary mapping, narrowing it for a specific handler method. |
|
|
|
|