Changeset 3663 in main for branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/home.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/home.xml
r3653 r3663 33 33 34 34 <!-- C O N T R O L L E R S --> 35 <bean id="Home.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController" parent="Common.FileSystemID.Controller.CommonProperties">36 <property name=" additionalModelMapList">35 <bean id="Home.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController"> 36 <property name="modelMapList"> 37 37 <list> 38 38 <ref bean="Home.HTMLContent.ModelMap"/> 39 39 <ref bean="Home.DefaultHTMLContent.ModelMap"/> 40 <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/> 41 <ref bean="Common.HTTPRequestParameters.ModelMap"/> 42 <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/> 40 43 </list> 41 44 </property> … … 43 46 </bean> 44 47 45 48 46 49 <!-- V I E W R E S O U R C E S --> 47 50 <bean id="Home.HTMLContent.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID">
Note: See TracChangeset
for help on using the changeset viewer.