Changeset 3663 in main for branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/publications.xml
- Timestamp:
- 03/27/12 09:00:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/publications.xml
r3653 r3663 43 43 44 44 <!-- C O N T R O L L E R S --> 45 <bean id="Publications.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController" parent="Common.FileSystemID.Controller.CommonProperties">46 <property name=" additionalModelMapList">45 <bean id="Publications.HTMLContent.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController"> 46 <property name="modelMapList"> 47 47 <list> 48 48 <ref bean="Publications.HTMLContent.ModelMap"/> 49 49 <ref bean="Publications.DefaultHTMLContent.ModelMap"/> 50 <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/> 51 <ref bean="Common.HTTPRequestParameters.ModelMap"/> 52 <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/> 50 53 </list> 51 54 </property> 52 55 <property name="view" ref="Publications.HTMLContent.View"/> 53 56 </bean> 54 <bean id="Publications.ChronologicalIndex.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController" parent="Common.FileSystemID.Controller.CommonProperties">55 <property name=" additionalModelMapList">57 <bean id="Publications.ChronologicalIndex.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController"> 58 <property name="modelMapList"> 56 59 <list> 57 60 <ref bean="Publications.List.ModelMap"/> 61 <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/> 62 <ref bean="Common.HTTPRequestParameters.ModelMap"/> 63 <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/> 58 64 </list> 59 65 </property> 60 66 <property name="view" ref="Publications.ChronologicalIndex.View"/> 61 67 </bean> 62 <bean id="Publications.TopicalIndex.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController" parent="Common.FileSystemID.Controller.CommonProperties">63 <property name=" additionalModelMapList">68 <bean id="Publications.TopicalIndex.Controller" class="org.ibisph.web.springmvc.ModelMapListProcessingController"> 69 <property name="modelMapList"> 64 70 <list> 65 71 <ref bean="Publications.List.ModelMap"/> 72 <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/> 73 <ref bean="Common.HTTPRequestParameters.ModelMap"/> 74 <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/> 66 75 </list> 67 76 </property>
Note: See TracChangeset
for help on using the changeset viewer.