欢迎访问我的个人网站==》 jiashubing.cn

RequestContext 如何获取request 和 response

 

org.springframework.webflow.execution.RequestContext

HttpServletRequest request = (HttpServletRequest)context.getExternalContext().getNativeRequest();

HttpServletResponse response = (HttpServletResponse) context.getExternalContext().getNativeResponse();

 

posted @ 2024-10-31 16:49  贾树丙  阅读(3)  评论(0编辑  收藏  举报