Salome HOME
Fix of context help for OpenKnowledge.
authorrkv <rkv@opencascade.com>
Fri, 19 Apr 2013 16:31:39 +0000 (16:31 +0000)
committerrkv <rkv@opencascade.com>
Fri, 19 Apr 2013 16:31:39 +0000 (16:31 +0000)
Workspace/Siman/src/spring/applicationContext.xml

index c8d97c35f263ee32501b0e3fd48a8ec1d59ddb4d..a4bd3ffcbd1cabea98bda5fefec64ff354215e73 100644 (file)
@@ -116,7 +116,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
 
        <bean id="newStudyAction" class="org.splat.simer.NewStudyAction"
                parent="baseAction" scope="prototype">
-        <property name="simanContext" value="#New_Study_.htm"/>
+               <property name="simanContext" value="#New_Study_.htm" />
                <property name="simulationContextService"
                        ref="simulationContextService" />
                <property name="scenarioService" ref="scenarioService" />
@@ -124,8 +124,8 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
 
        <bean id="copyStudyAction" class="org.splat.simer.CopyStudyAction"
                parent="newStudyAction" scope="prototype">
-        <property name="searchService" ref="searchService" />
-        <property name="stepsConfigService" ref="stepsConfigService" />
+               <property name="searchService" ref="searchService" />
+               <property name="stepsConfigService" ref="stepsConfigService" />
        </bean>
 
        <bean id="newScenarioAction"
@@ -133,7 +133,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                scope="prototype">
                <property name="projectElementService"
                        ref="projectElementService" />
-        <property name="simanContext" value="#Add_Scenario.htm"/>
+               <property name="simanContext" value="#Add_Scenario.htm" />
                <property name="scenarioService" ref="scenarioService" />
                <property name="menu" ref="newScenarioMenu" />
        </bean>
@@ -158,7 +158,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="displayStudyStepAction"
                class="org.splat.simer.DisplayStudyStepAction" parent="baseAction"
                scope="prototype">
-        <property name="simanContext" value="#Edit_Study_.htm"/>
+               <property name="simanContext" value="#Edit_Study_.htm" />
                <property name="studyService" ref="studyService" />
        </bean>
 
@@ -173,7 +173,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="studyPropertiesAction"
                class="org.splat.simer.StudyPropertiesAction" scope="prototype"
                parent="displayStudyStepAction">
-        <property name="simanContext" value="#Configure_Study.htm"/>
+               <property name="simanContext" value="#Configure_Study.htm" />
                <property name="documentTypeService" ref="documentTypeService" />
                <property name="userService" ref="userService" />
        </bean>
@@ -184,7 +184,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="editScenarioPropertiesAction"
                class="org.splat.simer.EditScenarioPropertiesAction" scope="prototype"
                parent="displayStudyStepAction">
-        <property name="simanContext" value="#Configure_Study.htm"/>
+               <property name="simanContext" value="#Configure_Study.htm" />
                <property name="projectElementService"
                        ref="projectElementService" />
                <property name="scenarioService" ref="scenarioService" />
@@ -232,8 +232,9 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                class="org.splat.simer.CompareStudyAction" scope="prototype"
                parent="displayStudyStepAction">
                <property name="publicationService" ref="publicationService" />
-               <property name="simanContext" value="#Compare_Studies.htm"/>
-        <property name="studyComparisonService" ref="studyComparisonService" />
+               <property name="simanContext" value="#Compare_Studies.htm" />
+               <property name="studyComparisonService"
+                       ref="studyComparisonService" />
        </bean>
 
        <!-- End of Inherited from displayStudyStepAction -->
@@ -243,7 +244,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
 
        <bean id="connectionAction" class="org.splat.simer.ConnectionAction"
                scope="prototype" parent="baseAction">
-        <property name="simanContext" value="#User_s_Roles_.htm"/>
+               <property name="simanContext" value="#User_s_Roles_.htm" />
        </bean>
 
        <bean id="menuAction" class="org.splat.simer.MenuAction"
@@ -256,7 +257,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="searchStudyAction"
                class="org.splat.simer.SearchStudyAction" scope="prototype"
                parent="baseAction">
-        <property name="simanContext" value="#Open_Study_.htm"/>
+               <property name="simanContext" value="#Open_Study_.htm" />
                <property name="stepsConfigService" ref="stepsConfigService" />
                <property name="searchService" ref="searchService" />
                <property name="simulationContextService"
@@ -267,6 +268,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="searchKnowledgeAction"
                class="org.splat.simer.SearchKnowledgeAction" scope="prototype"
                parent="baseAction">
+               <property name="simanContext" value="#Open_Knowledge.htm" />
                <property name="searchService" ref="searchService" />
                <property name="simulationContextService"
                        ref="simulationContextService" />
@@ -281,6 +283,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="displayKnowledgeAction"
                class="org.splat.simer.DisplayKnowledgeAction" scope="prototype"
                parent="baseAction">
+               <property name="simanContext" value="#Open_Knowledge.htm" />
                <property name="knowledgeElementService"
                        ref="knowledgeElementService" />
        </bean>
@@ -307,14 +310,14 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
        <bean id="databaseIndexingAction"
                class="org.splat.simer.admin.DatabaseIndexingAction" scope="prototype"
                parent="baseAction">
-        <property name="simanContext" value="#Database_Management.htm"/>
+               <property name="simanContext" value="#Database_Management.htm" />
                <property name="searchService" ref="searchService" />
        </bean>
 
        <bean id="importUserAction"
                class="org.splat.simer.admin.ImportUserAction" scope="prototype"
                parent="baseAction">
-        <property name="simanContext" value="#Database_Management.htm"/>
+               <property name="simanContext" value="#Database_Management.htm" />
                <property name="repositoryService" ref="repositoryService" />
                <property name="userService" ref="userService" />
        </bean>