Changeset 3710 in main for trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/phom.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/phom.xml
r3687 r3710 27 27 28 28 <bean id="PHOM.HTMLContent.ModelMap" class="org.ibisph.systemid.modelmap.SystemIDFromHTTPRequestEndOfPathInfo" parent="Common.XMLModelMap.CommonProperties"> 29 <property name=" XMLPath" ref="PHOM.HTMLContent.XML.Path"/>29 <property name="FilePath" ref="PHOM.HTMLContent.XML.Path"/> 30 30 </bean> 31 31 <bean id="PHOM.DefaultHTMLContent.ModelMap" class="org.ibisph.modelmap.DefaultModelIfNullModel" parent="Common.XMLModelMap.CommonProperties"> … … 59 59 <!-- V I E W R E S O U R C E S --> 60 60 <bean id="PHOM.HTMLContent.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 61 <constructor-arg ref="Common. Context.Servlet.RootPath"/>61 <constructor-arg ref="Common.Webapp.RootPath"/> 62 62 <constructor-arg value="xslt/html/phom/HTMLContentPage.xslt"/> 63 63 </bean> 64 64 65 65 <bean id="PHOM.CondensedView.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 66 <constructor-arg ref="Common. Context.Servlet.RootPath"/>66 <constructor-arg ref="Common.Webapp.RootPath"/> 67 67 <constructor-arg value="xslt/html/phom/profile/condensed/ViewPage.xslt"/> 68 68 </bean> 69 69 <bean id="PHOM.ExpandedView.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 70 <constructor-arg ref="Common. Context.Servlet.RootPath"/>70 <constructor-arg ref="Common.Webapp.RootPath"/> 71 71 <constructor-arg value="xslt/html/phom/profile/expanded/ViewPage.xslt"/> 72 72 </bean>
Note: See TracChangeset
for help on using the changeset viewer.