public class FrmInterceptor extends Object implements org.noear.solon.core.route.RouterInterceptor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(String path,
String note) |
void |
del(String path) |
void |
doIntercept(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Handler mainHandler,
org.noear.solon.core.route.RouterInterceptorChain chain) |
static FrmInterceptor |
g() |
void |
reset() |
public static FrmInterceptor g()
public void doIntercept(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Handler mainHandler,
org.noear.solon.core.route.RouterInterceptorChain chain)
throws Throwable
doIntercept 在接口中 org.noear.solon.core.route.RouterInterceptorThrowablepublic void del(String path)
public void reset()
Copyright © 2024. All rights reserved.