如何在 JBoss Seam 中添加自定义过滤器
我是 JBoss Seam 的新手。我正在处理的一个小项目遇到了问题。该项目有一些错误,不幸的是我无法找出错误的确切原因。我收到 javax.servlet.ServletException。请有人告诉我如何添加自定义过滤器,以便我能够正确捕获错误。
I am new to JBoss Seam. I have been having issues with a small project am working on. The project has some errors and unfortunately for me I cannot find out the exact cause of the errors. I get a javax.servlet.ServletException. Please could someone tell me how to add custom filters so that I would be able to trap errors properly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要
捕获
Seam 中发生的所有同步异常,您可以扩展Seam 中的Exceptions
类。If you want to
trap
all synchronous exceptions happening in Seam, you extend theExceptions
class in Seam.