@Component public class RouterInterceptorImpl2 extends java.lang.Object implements RouterInterceptor
| 构造器和说明 |
|---|
RouterInterceptorImpl2() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doIntercept(Context ctx,
Handler mainHandler,
RouterInterceptorChain chain)
执行拦截
|
PathRule |
pathPatterns()
路径匹配模式
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostArguments, postResultpublic PathRule pathPatterns()
RouterInterceptorpathPatterns 在接口中 RouterInterceptorpublic void doIntercept(Context ctx, Handler mainHandler, RouterInterceptorChain chain) throws java.lang.Throwable
RouterInterceptordoIntercept 在接口中 RouterInterceptorjava.lang.Throwable