public class Route extends Object
Modifier and Type | Method and Description |
---|---|
static Route |
build(String pattern) |
static Pattern |
compile(String pattern,
List<String> keywords) |
Map<String,String> |
groups(String path) |
boolean |
matches(String path) |
Pattern |
pathPattern() |
Copyright © 2016. All Rights Reserved.