<%@ page import="org.springframework.web.context.support.WebApplicationContextUtils" %>
<%@ page import="org.springframework.web.context.WebApplicationContext" %>
<%
WebApplicationContext wac = WebApplicationContextUtils.
getRequiredWebApplicationContext(this.getServletContext());
%>
THE END





















