椭圆形验证

发布于 2024-09-05 08:22:01 字数 166 浏览 4 评论 0原文

我们可以在 isSatisfied() (类 net.sf.oval.AbstractAnnotationCheck)方法中访问请求对象,或者我们可以在此方法中传递一个额外的参数以供进一步使用。我有一个场景,我需要将区域设置信息传递给 isSatisfied() 方法并应用一些条件。

Can we access request object in isSatisfied() (class net.sf.oval.AbstractAnnotationCheck) method or can we pass an extra parameter in this method to use further. I have a scenario where I need to pass locale information to isSatisfied() method and apply some conditions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赠我空喜 2024-09-12 08:22:01

为此,您可以简单地使用线程局部变量。 http://en.wikipedia.org/wiki/Thread-local_storage#Java

You can simply use a thread local variable for this. http://en.wikipedia.org/wiki/Thread-local_storage#Java

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文