Changeset 3710 in main for trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/query.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/query.xml
r3687 r3710 34 34 </bean> 35 35 <bean id="Query.ModuleXInclude.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 36 <constructor-arg ref="Common. Context.Servlet.RootPath"/>36 <constructor-arg ref="Common.Webapp.RootPath"/> 37 37 <constructor-arg value="xslt/xml/query/module/ConfigurationIncludeCriteriaExclude.xslt"/> 38 38 </bean> … … 65 65 <!-- X M L M O D E L S --> 66 66 <bean id="Query.HTMLContent.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestEndOfPathInfo" parent="Common.XMLModelMap.CommonProperties"> 67 <property name=" XMLPath" ref="Query.HTMLContent.XML.Path"/>67 <property name="FilePath" ref="Query.HTMLContent.XML.Path"/> 68 68 </bean> 69 69 <bean id="Query.DefaultHTMLContent.ModelMap" class="org.ibisph.modelmap.DefaultModelIfNullModel" parent="Common.XMLModelMap.CommonProperties"> … … 72 72 73 73 <bean id="Query.ModuleSelectionSystemID.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestPathInfo" parent="Common.XMLModelMap.CommonProperties"> 74 <property name=" XMLPath" ref="Query.ModuleBase.XML.Path"/>74 <property name="FilePath" ref="Query.ModuleBase.XML.Path"/> 75 75 </bean> 76 76 … … 245 245 <!-- V I E W R E S O U R C E S --> 246 246 <bean id="Query.HTMLContent.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 247 <constructor-arg ref="Common. Context.Servlet.RootPath"/>247 <constructor-arg ref="Common.Webapp.RootPath"/> 248 248 <constructor-arg value="xslt/html/query/HTMLContentPage.xslt"/> 249 249 </bean> 250 250 <bean id="Query.Selection.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 251 <constructor-arg ref="Common. Context.Servlet.RootPath"/>251 <constructor-arg ref="Common.Webapp.RootPath"/> 252 252 <constructor-arg value="xslt/html/query/selection/SelectionPage.xslt"/> 253 253 </bean> 254 254 <bean id="Query.Builder.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 255 <constructor-arg ref="Common. Context.Servlet.RootPath"/>255 <constructor-arg ref="Common.Webapp.RootPath"/> 256 256 <constructor-arg value="xslt/html/query/module/builder/BuilderPage.xslt"/> 257 257 </bean> 258 258 <bean id="Query.Result.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 259 <constructor-arg ref="Common. Context.Servlet.RootPath"/>259 <constructor-arg ref="Common.Webapp.RootPath"/> 260 260 <constructor-arg value="xslt/html/query/module/result/ResultPage.xslt"/> 261 261 </bean> 262 262 <bean id="Query.Map.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 263 <constructor-arg ref="Common. Context.Servlet.RootPath"/>263 <constructor-arg ref="Common.Webapp.RootPath"/> 264 264 <constructor-arg value="xslt/svg/query/Map.xslt"/> 265 265 </bean>
Note: See TracChangeset
for help on using the changeset viewer.