]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/server/org.argeo.slc.webapp.war/WEB-INF/ria-servlet.xml
Improve provisioning via OSGiBoot
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / WEB-INF / ria-servlet.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
4 xsi:schemaLocation="
5 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
7
8 <bean name="/getCredentials.ria" class="org.argeo.slc.web.mvc.management.GetCredentials" />
9
10 <!-- MVC -->
11 <bean id="handlerMapping"
12 class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping">
13 </bean>
14
15 </beans>