]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.ui.rap/META-INF/spring/commands.xml
[maven-release-plugin] prepare release argeo-commons-2.1.29
[lgpl/argeo-commons.git] / org.argeo.security.ui.rap / META-INF / spring / commands.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 <bean id="openChangePasswordDialog" class="org.argeo.security.ui.commands.OpenChangePasswordDialog"
8 scope="prototype">
9 <property name="userAdmin" ref="userAdmin" />
10 <property name="userTransaction" ref="userTransaction" />
11 </bean>
12
13
14 <!-- RAP Specific command and corresponding service to enable open file -->
15 <bean id="org.argeo.eclipse.ui.workbench.openFile" class="org.argeo.eclipse.ui.workbench.commands.OpenFile"
16 scope="prototype">
17 <property name="openFileServiceId"
18 value="org.argeo.security.ui.specific.openFileService" />
19 </bean>
20 <!-- Useless - nothing to inject -->
21 <!-- <bean id="org.argeo.security.ui.specific.openFileService" class="org.argeo.eclipse.ui.specific.OpenFileService"
22 scope="prototype"> </bean> -->
23 </beans>