us.codecraft.express.router
类 UrlMatcher

java.lang.Object
  继承者 us.codecraft.express.router.UrlMatcher
直接已知子类:
RegexUrlMatcher

public abstract class UrlMatcher
extends Object

作者:
code4crafter@gmail.com

构造方法摘要
UrlMatcher()
           
 
方法摘要
static UrlMatcher compile(String url)
           
abstract  boolean match(javax.servlet.http.HttpServletRequest request)
           
 
从类 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.