在action里可以通过structs2依赖注入的方式获取以下对象
1:提供httpServletResquest的访问
org.apache.structs2.intercepter
接口ServletRequestAware:
2:通过Map提供对request所有属性的访问
org.apache.structs2.intercepter
接口RequestAware:
方法:public interface RequestAware();
3:提供httpServletResponse的访问
org.apache.structs2.intercepter
接口ResponseAware
4:通过Map提供对session的访问
org.apache.structs2.intercepter
接口SessionAware
5: 通过Map提供对Application的访问
org.apache.structs2.intercepter
接口AplicationAware
***通过Map提供对所有resuest (请求的) string(字符串)和表单数据的访问***
org.apache.structs2.intercepter
接口ParameterAware
***提供对ServletContext的访问***
org.apache.structs2.intercepter
接口ServletContextAware