| 程序包 | 说明 |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.route |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChainManager.doIntercept(Context x,
Handler mainHandler)
执行拦截
|
Object |
ChainManager.postResult(Context x,
Object result)
提交结果(action / render 执行前调用)
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RouterInterceptorChainImpl.doIntercept(Context ctx,
Handler mainHandler) |
void |
RouterInterceptorChain.doIntercept(Context ctx,
Handler mainHandler)
拦截
|
void |
RouterInterceptor.doIntercept(Context ctx,
Handler mainHandler,
RouterInterceptorChain chain)
执行拦截
|
void |
RouterHandler.doIntercept(Context ctx,
Handler mainHandler,
RouterInterceptorChain chain) |
default Object |
RouterInterceptor.postResult(Context ctx,
Object result)
提交结果(action / render 执行前调用)
|
Copyright © 2023. All rights reserved.