]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui.workbench/META-INF/spring/parts.xml
Introduce a UserAdmin wrapper service
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / 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:util="http://www.springframework.org/schema/util"
4 xmlns:p="http://www.springframework.org/schema/p"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
7
8 <!-- EDITORS -->
9 <bean id="genericJcrQueryEditor"
10 class="org.argeo.eclipse.ui.workbench.jcr.GenericJcrQueryEditor"
11 scope="prototype">
12 <property name="session" ref="nodeSession" />
13 </bean>
14 <bean id="defaultNodeEditor" class="org.argeo.eclipse.ui.workbench.jcr.DefaultNodeEditor"
15 scope="prototype">
16 </bean>
17
18 <!-- Views -->
19 <bean id="jcrBrowserView" class="org.argeo.eclipse.ui.workbench.jcr.JcrBrowserView"
20 scope="prototype">
21 <property name="repositoryRegister" ref="repositoryRegister" />
22 <property name="repositoryFactory" ref="repositoryFactory" />
23 <property name="nodeRepository" ref="nodeRepository" />
24 <property name="keyring" ref="keyring" />
25 </bean>
26 </beans>