us.codecraft.express.router
类 MatcherAndController

java.lang.Object
  继承者 us.codecraft.express.router.MatcherAndController

public class MatcherAndController
extends Object

作者:
code4crafter@gmail.com

构造方法摘要
MatcherAndController(UrlMatcher matcher, Controller controller)
           
 
方法摘要
 Controller getController()
           
 UrlMatcher getMatcher()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MatcherAndController

public MatcherAndController(UrlMatcher matcher,
                            Controller controller)
方法详细信息

getMatcher

public UrlMatcher getMatcher()

getController

public Controller getController()


Copyright © 2013. All Rights Reserved.