public class FrmInterceptor extends Object implements org.noear.solon.core.route.RouterInterceptor
| Modifier and Type | Method and Description |
|---|---|
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 in interface org.noear.solon.core.route.RouterInterceptorThrowablepublic void del(String path)
public void reset()
Copyright © 2025. All rights reserved.