Changeset 3663 in main for branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/phom.xml
- Timestamp:
- 03/27/12 09:00:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/phom.xml
r3653 r3663 36 36 37 37 <!-- C O N T R O L L E R S --> 38 <bean id="PHOM.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController" parent="Common.FileSystemID.Controller.CommonProperties">39 <property name=" additionalModelMapList">38 <bean id="PHOM.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController"> 39 <property name="modelMapList"> 40 40 <list> 41 41 <ref bean="PHOM.HTMLContent.ModelMap"/> 42 42 <ref bean="PHOM.DefaultHTMLContent.ModelMap"/> 43 <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/> 44 <ref bean="Common.HTTPRequestParameters.ModelMap"/> 45 <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/> 43 46 </list> 44 47 </property>
Note: See TracChangeset
for help on using the changeset viewer.