]> git.argeo.org Git - lgpl/argeo-commons.git/blob - META-INF/spring/parts.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / META-INF / spring / parts.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:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7
8 <!-- Editors -->
9 <bean id="userEditor" class="org.argeo.security.ui.admin.editors.UserEditor"
10 scope="prototype">
11 <property name="userAdminWrapper" ref="userAdminWrapper" />
12 </bean>
13
14 <!-- Views -->
15 <bean id="usersView" class="org.argeo.security.ui.admin.internal.parts.UsersView"
16 scope="prototype">
17 <property name="userAdminWrapper" ref="userAdminWrapper" />
18 </bean>
19 <bean id="groupsView" class="org.argeo.security.ui.admin.internal.parts.GroupsView"
20 scope="prototype">
21 <property name="userAdminWrapper" ref="userAdminWrapper" />
22 </bean>
23
24 </beans>