struts
llyly3
这个作者很懒,什么都没留下…
展开
-
Struts2的 ActionContext && ServletActionContext
1. ActionContext 在 Struts2开发中,除了将请求参数自动设置到Action的字段中,我们往往也需要在Action里直接获取请求(Request)或会话 (Session)的一些信息,甚至需要直接对JavaServlet Http的请求(HttpServletRequest),响应(HttpServletResponse)操作. 我们需要在Action中取得request转载 2013-09-27 11:23:36 · 625 阅读 · 0 评论 -
Struts2 configuration: Action Config[笔记]
The action mappings are the basic "unit-of-work" in the framework. Essentially, the action maps an identifier to a handler class. When a request matches the action's name, the framework uses the mappi转载 2014-07-16 20:20:11 · 752 阅读 · 0 评论