META-INF.spring.javax.servlet.http.applicationContext.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi-2.0.xsd"> <bean id="HttpServletRequest" class="com.mtvnet.boxspring.httpobjects.HttpServletObjectsHolder" factory-method="getRequest" scope="prototype"/> <bean id="HttpServletResponse" class="com.mtvnet.boxspring.httpobjects.HttpServletObjectsHolder" factory-method="getResponse" scope="prototype"/> </beans>