us.codecraft.express.router
类 UrlMatcher
java.lang.Object
us.codecraft.express.router.UrlMatcher
- 直接已知子类:
- RegexUrlMatcher
public abstract class UrlMatcher
- extends Object
- 作者:
- code4crafter@gmail.com
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlMatcher
public UrlMatcher()
match
public abstract boolean match(javax.servlet.http.HttpServletRequest request)
compile
public static UrlMatcher compile(String url)
Copyright © 2013. All Rights Reserved.