File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-web/src/main/java/org/springframework/web/bind/annotation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 103
103
String [] value () default {};
104
104
105
105
/**
106
- * The path mapping URIs (e.g. {@code "/myPath.do "}).
107
- * <p>Ant-style path patterns are also supported (e.g. {@code "/myPath/*.do "}).
108
- * At the method level, relative paths (e.g. {@code "edit.do "}) are supported
106
+ * The path mapping URIs (e.g. {@code "/profile "}).
107
+ * <p>Ant-style path patterns are also supported (e.g. {@code "/profile/** "}).
108
+ * At the method level, relative paths (e.g. {@code "edit"}) are supported
109
109
* within the primary mapping expressed at the type level.
110
- * Path mapping URIs may contain placeholders (e.g. <code>"/${connect }"</code>).
110
+ * Path mapping URIs may contain placeholders (e.g. <code>"/${profile_path }"</code>).
111
111
* <p><b>Supported at the type level as well as at the method level!</b>
112
112
* When used at the type level, all method-level mappings inherit
113
113
* this primary mapping, narrowing it for a specific handler method.
You can’t perform that action at this time.
0 commit comments