actioncontext

  • 网络上下文

actioncontextactioncontext

actioncontext

上下文

栈值(ValueStack)是动作上下文(ActionContext)的一部分。动作上下文(ActionContext)是全局存储区域,他保存着和处理请求相 …

1
The interface defines a "doExecute(ActionContext ctx)" method which needs to be implemented for the action class. 该接口定义了动作类需要实现的“doExecute(ActionContextctx)”方法。
2
Unit tests that relied upon this behavior need to setup the ActionContext via the Container first. 单位测试是依靠这种行为需要设置的ActionContext经由过程集装箱第一。