RequestContext 如何获取request 和 response
org.springframework.webflow.execution.RequestContext
HttpServletRequest request = (HttpServletRequest)context.getExternalContext().getNativeRequest();
HttpServletResponse response = (HttpServletResponse) context.getExternalContext().getNativeResponse();
把每一件简单的事情做好,就是不简单;把每一件平凡的事情做好,就是不平凡!相信自己,创造奇迹~~