| 278 return true |
278 return true |
| 279 } |
279 } |
| 280 |
280 |
| 281 /** |
281 /** |
| 282 * Returns the path parameters found in the specified path using this pattern. |
282 * Returns the path parameters found in the specified path using this pattern. |
| 283 * The return value of this method is undefined, if the patter does not match. |
283 * The return value of this method is undefined if the pattern does not match. |
| 284 * |
284 * |
| 285 * @param path the path |
285 * @param path the path |
| 286 * @return the path parameters, if any, or an empty map |
286 * @return the path parameters, if any, or an empty map |
| 287 * @see .matches |
287 * @see .matches |
| 288 */ |
288 */ |