@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, wait
postArguments, postResult
public PathRule pathPatterns()
RouterInterceptor
pathPatterns
在接口中 RouterInterceptor
public void doIntercept(Context ctx, Handler mainHandler, RouterInterceptorChain chain) throws java.lang.Throwable
RouterInterceptor
doIntercept
在接口中 RouterInterceptor
java.lang.Throwable