Struts2 ActionContext.getContext()方法:获取ActionContext对象
在 Struts2 的 API 中,ActionContext 的构造方法需要传递一个 Map 类的上下文对象,应用这个构造方法创建 ActionContext 对象非常不方便,所以,通常情况下都是使用 ActionContext 对象提供的 getContext() 方法进行创建。
语法:
语法:
public static ActionContext getContext()
参数说明:- getContext() 方法是一个静态方法,可以直接调用,它的返回值就是ActionContext,在开发过程中使用此方法创建ActionContext即可。
示例
本示例应用 getContext() 方法获取 ActionContext 对象,关键代码如下://获取ActionContext对象 ActionContext context = ActionContext.getContext();
所有教程
- C语言入门
- C语言编译器
- C语言项目案例
- 数据结构
- C++
- STL
- C++11
- socket
- GCC
- GDB
- Makefile
- OpenCV
- Qt教程
- Unity 3D
- UE4
- 游戏引擎
- Python
- Python并发编程
- TensorFlow
- Django
- NumPy
- Linux
- Shell
- Java教程
- 设计模式
- Java Swing
- Servlet
- JSP教程
- Struts2
- Maven
- Spring
- Spring MVC
- Spring Boot
- Spring Cloud
- Hibernate
- Mybatis
- MySQL教程
- MySQL函数
- NoSQL
- Redis
- MongoDB
- HBase
- Go语言
- C#
- MATLAB
- JavaScript
- Bootstrap
- HTML
- CSS教程
- PHP
- 汇编语言
- TCP/IP
- vi命令
- Android教程
- 区块链
- Docker
- 大数据
- 云计算