]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml
Introduce close tree test result request
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / slc-web-servlet.xml
index 6b5b425d62fbb3cef0c1c3dac5ee521d629ef0ba..a403a80201342635fa69fb634dc07e6a29a5f219 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
        xmlns:aop="http://www.springframework.org/schema/aop"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd"\r
+       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"\r
        default-lazy-init="true">\r
 \r
        <bean name="/home.web"\r
                <property name="viewName" value="slcExecutionList" />\r
        </bean>\r
 \r
+       <bean name="/slcExecutionView.web"\r
+               class="org.argeo.slc.web.mvc.process.SlcExecutionViewController">\r
+               <constructor-arg ref="slcExecutionDao" />\r
+               <property name="viewName" value="slcExecutionView" />\r
+       </bean>\r
+\r
+       <bean name="/resultList.web"\r
+               class="org.argeo.slc.web.mvc.result.ResultListController">\r
+               <constructor-arg ref="testResultDao" />\r
+               <property name="viewName" value="resultList" />\r
+       </bean>\r
+\r
+       <bean name="/resultView.web"\r
+               class="org.argeo.slc.web.mvc.result.ResultViewController">\r
+               <constructor-arg ref="testResultDao" />\r
+               <property name="viewName" value="resultView" />\r
+       </bean>\r
 \r
        <bean id="handlerMapping"\r
                class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping">\r