标签: struts2 struts2-interceptors
我在Struts2应用程序中实现了executeAndWait Interceptor,它运行正常。有没有办法通过拦截器阻止这个长时间运行的过程?我可以限制执行操作的最长时间吗?
executeAndWait