]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui/META-INF/spring/views.xml
Start migrating SLC client
[gpl/argeo-slc.git] / org.argeo.slc.client.ui / META-INF / spring / views.xml
diff --git a/org.argeo.slc.client.ui/META-INF/spring/views.xml b/org.argeo.slc.client.ui/META-INF/spring/views.xml
new file mode 100644 (file)
index 0000000..eca8f68
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+        http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+       <bean id="jcrExecutionModulesView" class="org.argeo.slc.client.ui.views.JcrExecutionModulesView"
+               scope="prototype">
+               <property name="repository" ref="repository" />
+               <property name="modulesManager" ref="modulesManager" />
+       </bean>
+
+       <bean id="jcrProcessListView" class="org.argeo.slc.client.ui.views.JcrProcessListView"
+               scope="prototype">
+               <property name="repository" ref="repository" />
+       </bean>
+
+       <bean id="jcrResultListView" class="org.argeo.slc.client.ui.views.JcrResultListView"
+               scope="prototype">
+               <property name="repository" ref="repository" />
+       </bean>
+
+       <bean id="jcrResultTreeView" class="org.argeo.slc.client.ui.views.JcrResultTreeView"
+               scope="prototype">
+               <property name="repository" ref="repository" />
+       </bean>
+
+</beans>
\ No newline at end of file