us.codecraft.express.router
类 RegexUrlMatcher
java.lang.Object
us.codecraft.express.router.UrlMatcher
us.codecraft.express.router.RegexUrlMatcher
public class RegexUrlMatcher
- extends UrlMatcher
- 作者:
- code4crafter@gmail.com
RegexUrlMatcher
public RegexUrlMatcher(Pattern pattern,
List<String> pathVariables)
match
public boolean match(javax.servlet.http.HttpServletRequest request)
- 指定者:
- 类
UrlMatcher 中的 match
compile
public static RegexUrlMatcher compile(String url)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
getPattern
public Pattern getPattern()
getPathVariables
public List<String> getPathVariables()
Copyright © 2013. All Rights Reserved.