]> git.argeo.org Git - lgpl/argeo-commons.git/blob - commands.xml
3dd037a3c3c1b022fccca68f362bd6fbaf5edf90
[lgpl/argeo-commons.git] / 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="userDetailsManager" ref="userDetailsManager" />
10 </bean>
11
12
13 <!-- RAP Specific command and corresponding service to enable open file -->
14 <bean id="org.argeo.security.ui.specific.openFile" class="org.argeo.eclipse.ui.specific.OpenFile"
15 scope="prototype">
16 <property name="openFileServiceId"
17 value="org.argeo.security.ui.specific.openFileService" />
18 </bean>
19 <!-- Useless - nothing to inject -->
20 <!-- <bean id="org.argeo.security.ui.specific.openFileService" class="org.argeo.eclipse.ui.specific.OpenFileService"
21 scope="prototype"> </bean> -->
22 </beans>