如何得到四大作用域

1得到request

1.1  HttpServletRequest request=ServletActionContext.getRequest();

 

 

2得到response

2.1  HttpServletResponse response=ServletActionContext.getResponse();

 

 

3得到session

3.1  HttpSession session=ServletActionContext.getRequest().getSession();

3.2  protected String doIntercept(ActionInvocation invocation) throws Exception {
          ActionContext ac=invocation.getInvocationContext();
          Map<String, Object> session=ac.getSession();            //放的session是一个真实的,我去出来的时候用的是一个解耦的。完全可以取出来
          return null;
      }

4得到application

ServletContext application=ServletActionContext.getServletContext();

 

转载于:https://www.cnblogs.com/1446358788-qq/p/4853878.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值