]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.akb.ui/META-INF/spring/commands.xml
work on a first draft of the AKB UI
[gpl/argeo-slc.git] / plugins / org.argeo.slc.akb.ui / META-INF / spring / commands.xml
index 3b2e6ccb0cc58d26d0fb193f2b4b59757384a58a..43e7e4b397d75aa655867c31ae37c48095a128cb 100644 (file)
@@ -4,4 +4,9 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+       <!-- Opens or show an AKB specific node given some params. -->
+       <bean id="openAkbNodeEditor" class="org.argeo.slc.akb.ui.commands.OpenAkbNodeEditor"
+               scope="prototype">
+               <property name="repository" ref="repository" />
+       </bean>
 </beans>