摘要: response.sendRedirect , // 重定向,服务器端将uri返回到客户端,客户端再次发送请求。 RequestDispatcher rd = getServletContext().getRequestDispatcher("/login.jsp"); rd.forward... 阅读全文
posted @ 2014-08-13 10:08 廖东海 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 这个配置用于SpringMVC跳转控制。 spring org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/spring-servlet.xml 1 ... 阅读全文
posted @ 2014-08-13 10:07 廖东海 阅读(765) 评论(0) 推荐(0) 编辑