]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/slc-doc-servlet.xml
Remove old webapp
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / src / main / resources / org / argeo / slc / server / spring / slc-doc-servlet.xml
index 18e5f6f5d96bbc02212ea0f0e6544ec67e3c693d..9b58275c0048b4b144faf34529149be796778d24 100644 (file)
@@ -1,28 +1,22 @@
 <?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:aop="http://www.springframework.org/schema/aop"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd"
-       default-lazy-init="true">
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
 
-       <bean name="/resultView.xls"
-               class="org.argeo.slc.web.mvc.result.ResultViewController">
+       <bean name="/resultView.xls" class="org.argeo.slc.web.mvc.result.GetResultController">
                <constructor-arg ref="testResultDao" />
                <property name="viewName" value="resultExcelView" />
        </bean>
 
-       <bean name="resultExcelView"
-               class="org.argeo.slc.web.mvc.result.ResultExcelView">
+       <bean name="resultExcelView" class="org.argeo.slc.web.mvc.result.ResultExcelView">
        </bean>
 
-       <bean name="/resultView.pdf"
-               class="org.argeo.slc.web.mvc.result.ResultViewController">
+       <bean name="/resultView.pdf" class="org.argeo.slc.web.mvc.result.GetResultController">
                <constructor-arg ref="testResultDao" />
                <property name="viewName" value="resultPdfView" />
        </bean>
 
-       <bean name="resultPdfView"
-               class="org.argeo.slc.web.mvc.result.ResultPdfView">
+       <bean name="resultPdfView" class="org.argeo.slc.web.mvc.result.ResultPdfView">
        </bean>
 
        <bean