]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.webapp/WEB-INF/security-servlet.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.security.webapp / WEB-INF / security-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 xmlns:context="http://www.springframework.org/schema/context"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
8 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
9
10 <context:component-scan base-package="org.argeo.security.mvc" />
11
12 <bean id="controller" class="org.argeo.security.mvc.UsersRolesController"></bean>
13
14 <bean id="viewResolver" class="org.argeo.server.json.mvc.JsonViewResolver">
15 </bean>
16
17 </beans>