Changeset 3710 in main for trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/secure.xml
- Timestamp:
- 04/12/12 01:58:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/secure.xml
r3687 r3710 42 42 </bean> 43 43 <bean id="Secure.Selection.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestEndOfPathInfo" parent="Common.XMLModelMap.CommonProperties"> 44 <property name=" XMLPath" ref="Secure.Selection.XML.Path"/>44 <property name="FilePath" ref="Secure.Selection.XML.Path"/> 45 45 </bean> 46 46 47 47 <bean id="Secure.Query.ModuleSelectionSystemID.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestPathInfo" parent="Common.XMLModelMap.CommonProperties"> 48 <property name=" XMLPath" ref="Secure.QueryModuleBase.XML.Path"/>48 <property name="FilePath" ref="Secure.QueryModuleBase.XML.Path"/> 49 49 </bean> 50 50 <bean id="Secure.QueryModule.DocumentFromHTTPRequest.ModelMap" class="org.ibisph.querymodule.modelmap.QueryModuleFromHTTPRequest" parent="Common.XMLModelMap.CommonProperties"> … … 125 125 <!-- V I E W R E S O U R C E S --> 126 126 <bean id="Secure.Selection.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 127 <constructor-arg ref="Common. Context.Servlet.RootPath"/>127 <constructor-arg ref="Common.Webapp.RootPath"/> 128 128 <constructor-arg value="xslt/html/secure/selection/SelectionPage.xslt"/> 129 129 </bean> 130 130 <bean id="Secure.Query.Selection.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 131 <constructor-arg ref="Common. Context.Servlet.RootPath"/>131 <constructor-arg ref="Common.Webapp.RootPath"/> 132 132 <constructor-arg value="xslt/html/secure/query/selection/SelectionPage.xslt"/> 133 133 </bean> 134 134 <bean id="Secure.Query.Builder.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 135 <constructor-arg ref="Common. Context.Servlet.RootPath"/>135 <constructor-arg ref="Common.Webapp.RootPath"/> 136 136 <constructor-arg value="xslt/html/secure/query/module/builder/BuilderPage.xslt"/> 137 137 </bean> 138 138 <bean id="Secure.Query.Result.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 139 <constructor-arg ref="Common. Context.Servlet.RootPath"/>139 <constructor-arg ref="Common.Webapp.RootPath"/> 140 140 <constructor-arg value="xslt/html/secure/query/module/result/ResultPage.xslt"/> 141 141 </bean>
Note: See TracChangeset
for help on using the changeset viewer.