Ignore:
Timestamp:
03/27/12 09:00:40 (11 years ago)
Author:
Garth Braithwaite
Message:

java and view webapp - commit that has most of model map. committing before ripping out some code and cleaning up more model maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/src/main/webapps/ibisph-view/WEB-INF/config/spring/publications.xml

    r3653 r3663  
    4343
    4444        <!--  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">
    4747                        <list>
    4848                                <ref bean="Publications.HTMLContent.ModelMap"/>
    4949                                <ref bean="Publications.DefaultHTMLContent.ModelMap"/>
     50                                <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/>
     51                                <ref bean="Common.HTTPRequestParameters.ModelMap"/>
     52                                <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/>
    5053                        </list>
    5154                </property>
    5255                <property name="view" ref="Publications.HTMLContent.View"/>
    5356        </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">
    5659                        <list>
    5760                                <ref bean="Publications.List.ModelMap"/>
     61                                <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/>
     62                                <ref bean="Common.HTTPRequestParameters.ModelMap"/>
     63                                <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/>
    5864                        </list>
    5965                </property>
    6066                <property name="view" ref="Publications.ChronologicalIndex.View"/>
    6167        </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">
    6470                        <list>
    6571                                <ref bean="Publications.List.ModelMap"/>
     72                                <ref bean="Common.ModifiedDateFromFileSystemID.ModelMap"/>
     73                                <ref bean="Common.HTTPRequestParameters.ModelMap"/>
     74                                <ref bean="Common.WebAppURLContextPrefixFromHTTPRequest.ModelMap"/>
    6675                        </list>
    6776                </property>
Note: See TracChangeset for help on using the changeset viewer.