src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt

changeset 427
4124102c2f37
parent 414
1f1bce90127e
equal deleted inserted replaced
426:902b305547bc 427:4124102c2f37
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 */

mercurial