Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法理解参数如何进入 ValueStack 。参数是如何传递的。
值栈和 ActionContext 有什么用?
我的 Action 类中有一个带有 getter 和 setter 的变量名,这些值将存储在哪里。
ActionContext 是执行 Action 的上下文。每个上下文基本上都是一个操作执行所需的对象容器,例如会话、参数、语言环境等。
ValueStack - 包含请求的所有应用程序域特定数据