Changeset 3710 in main for trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/community.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/community.xml
r3687 r3710 21 21 22 22 <bean id="Community.Dimensions.XML.SystemID" class="org.ibisph.systemid.FileSystemID"> 23 <constructor-arg ref="Common. Context.Servlet.RootPath"/>23 <constructor-arg ref="Common.Webapp.RootPath"/> 24 24 <constructor-arg value="xml/community/community_dimensions.xml"/> 25 25 </bean> … … 43 43 44 44 <bean id="Community.HTMLContent.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestEndOfPathInfo" parent="Common.XMLModelMap.CommonProperties"> 45 <property name=" XMLPath" ref="Community.HTMLContent.XML.Path"/>45 <property name="FilePath" ref="Community.HTMLContent.XML.Path"/> 46 46 </bean> 47 47 <bean id="Community.DefaultHTMLContent.ModelMap" class="org.ibisph.modelmap.DefaultModelIfNullModel" parent="Common.XMLModelMap.CommonProperties"> … … 127 127 <!-- V I E W R E S O U R C E S --> 128 128 <bean id="Community.HTMLContent.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 129 <constructor-arg ref="Common. Context.Servlet.RootPath"/>129 <constructor-arg ref="Common.Webapp.RootPath"/> 130 130 <constructor-arg value="xslt/html/community/HTMLContentPage.xslt"/> 131 131 </bean> 132 132 133 133 <bean id="Community.Snapshot.Builder.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 134 <constructor-arg ref="Common. Context.Servlet.RootPath"/>134 <constructor-arg ref="Common.Webapp.RootPath"/> 135 135 <constructor-arg value="xslt/html/community/snapshot/builder/BuilderPage.xslt"/> 136 136 </bean> 137 137 <bean id="Community.Shapshot.Report.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 138 <constructor-arg ref="Common. Context.Servlet.RootPath"/>138 <constructor-arg ref="Common.Webapp.RootPath"/> 139 139 <constructor-arg value="xslt/html/community/shapshot/report/ReportPage.xslt"/> 140 140 </bean> 141 141 142 142 <bean id="Community.Highlight.Selection.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 143 <constructor-arg ref="Common. Context.Servlet.RootPath"/>143 <constructor-arg ref="Common.Webapp.RootPath"/> 144 144 <constructor-arg value="xslt/html/community/highlight/selection/SelectionPage.xslt"/> 145 145 </bean> 146 146 <bean id="Community.Highlight.Index.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 147 <constructor-arg ref="Common. Context.Servlet.RootPath"/>147 <constructor-arg ref="Common.Webapp.RootPath"/> 148 148 <constructor-arg value="xslt/html/community/highlight/index/IndexPage.xslt"/> 149 149 </bean> 150 150 <bean id="Community.Highlight.Introduction.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 151 <constructor-arg ref="Common. Context.Servlet.RootPath"/>151 <constructor-arg ref="Common.Webapp.RootPath"/> 152 152 <constructor-arg value="xslt/html/community/highlight/introduction/HTMLContentPage.xslt"/> 153 153 </bean> 154 154 <bean id="Community.Highlight.Profile.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 155 <constructor-arg ref="Common. Context.Servlet.RootPath"/>155 <constructor-arg ref="Common.Webapp.RootPath"/> 156 156 <constructor-arg value="xslt/html/community/highlight/profile/ViewPage.xslt"/> 157 157 </bean> 158 158 <bean id="Community.Highlight.Report.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 159 <constructor-arg ref="Common. Context.Servlet.RootPath"/>159 <constructor-arg ref="Common.Webapp.RootPath"/> 160 160 <constructor-arg value="xslt/html/community/highlight/report/ReportPage.xslt"/> 161 161 </bean>
Note: See TracChangeset
for help on using the changeset viewer.