标签:http io sp on cti tt res c text
ActionContext ct = ActionContext.getContext();
HttpServletRequest request = (HttpServletRequest) ct
.get(ServletActionContext.HTTP_REQUEST);
HttpServletResponse response = (HttpServletResponse) ct
.get(ServletActionContext.HTTP_RESPONSE);
标签:http io sp on cti tt res c text
原文地址:http://www.cnblogs.com/manusas/p/4092512.html