struts2中ActionContext和ValueStack有什么区别

发布于 2024-11-15 15:20:06 字数 126 浏览 1 评论 0原文

我无法理解参数如何进入 ValueStack 。 参数如何传递。

值栈和ActionContext有什么用?

我有一个带有 getter & 的变量名我的 Action 类中的设置器,其中将存储值。

I am unable to understand how parameters go into ValueStack .
How the parameters are passed.

what is the use of value stack and ActionContext?

I am having a variable name with getter & setter in my Action class,where will be the values be stored.

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

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

发布评论

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

评论(1

醉生梦死 2024-11-22 15:20:06

ActionContext 是执行 Action 的上下文。每个上下文基本上都是执行操作所需的对象的容器,例如会话、参数、区域设置等。

ValueStack - 包含请求的所有应用程序域特定数据

The ActionContext is the context in which an Action is executed. Each context is basically a container of objects an action needs for execution like the session, parameters, locale, etc.

ValueStack - Contains all the application-domain–specific data for the request

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