yanzhenjie / AndServer

:cherries: Web server and web framework of Android platform.
https://yanzhenjie.com/AndServer
Apache License 2.0
3.74k stars 755 forks source link

andserver拦截器能支持下,类似spring的功能吗? #550

Open stelin opened 2 months ago

stelin commented 2 months ago

preHandle postHandle afterCompletion

现在拦截器只支持true/fase返回,在一些特殊业务场景,没法使用。我们现在是在每个控制器里面包业务包装了下,控制器方法执行前,我们要初始化数据到请求上下文,请求处理完成后,需要清理掉。