]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/org.argeo.slc.akb.ui/META-INF/spring/editors.xml
52d1340188a650f1ca8a4540751640775702bbc1
[gpl/argeo-slc.git] / plugins / org.argeo.slc.akb.ui / META-INF / spring / editors.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 <bean id="envTemplateEditor" class="org.argeo.slc.akb.ui.editors.EnvTemplateEditor"
7 scope="prototype">
8 <property name="repository" ref="repository" />
9 </bean>
10
11 <bean id="connectorAliasEditor" class="org.argeo.slc.akb.ui.editors.ConnectorAliasEditor"
12 scope="prototype">
13 <property name="repository" ref="repository" />
14 <property name="akbService" ref="akbService" />
15 </bean>
16
17 <!-- Various Items editors -->
18 <bean id="jdbcQueryTemplateEditor" class="org.argeo.slc.akb.ui.editors.JdbcQueryTemplateEditor"
19 scope="prototype">
20 <property name="repository" ref="repository" />
21 </bean>
22 <bean id="sshCommandTemplateEditor" class="org.argeo.slc.akb.ui.editors.SshCommandTemplateEditor"
23 scope="prototype">
24 <property name="repository" ref="repository" />
25 </bean>
26 <bean id="sshFileTemplateEditor" class="org.argeo.slc.akb.ui.editors.SshFileTemplateEditor"
27 scope="prototype">
28 <property name="repository" ref="repository" />
29 </bean>
30 </beans>