2011-02-24 17:14:39 +00:00
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-12-13 20:07:51 +00:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
|
|
|
|
xmlns:context="http://www.springframework.org/schema/context"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
|
|
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
|
|
http://www.springframework.org/schema/aop
|
|
|
|
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
|
|
|
|
http://www.springframework.org/schema/context
|
|
|
|
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
<bean id="person_pub_count"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.personpubcount.PersonPublicationCountRequestHandler" />
|
|
|
|
|
2010-12-16 01:18:39 +00:00
|
|
|
<bean id="utilities"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.utilities.UtilitiesRequestHandler" />
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="coauthorship"
|
2010-12-17 22:05:53 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.coauthorship.CoAuthorshipRequestHandler" />
|
|
|
|
|
|
|
|
<bean id="person_grant_count"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.persongrantcount.PersonGrantCountRequestHandler" />
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="person_level"
|
2010-12-23 16:51:03 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.personlevel.PersonLevelRequestHandler" />
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="coprincipalinvestigator"
|
2010-12-23 16:51:03 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.coprincipalinvestigator.CoPIGrantCountRequestHandler" />
|
2010-12-13 20:07:51 +00:00
|
|
|
|
2010-12-22 21:14:07 +00:00
|
|
|
<bean id="entity_comparison"
|
2010-12-23 16:51:03 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.entitycomparison.EntityPublicationCountRequestHandler" />
|
2011-01-07 21:59:59 +00:00
|
|
|
|
2011-03-16 16:04:57 +00:00
|
|
|
<bean id="pub_temporal"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.entitycomparison.cached.EntityPublicationRequestHandler" />
|
|
|
|
|
2011-01-07 21:59:59 +00:00
|
|
|
<bean id="entity_grant_count"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.entitygrantcount.EntityGrantCountRequestHandler" />
|
|
|
|
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="visualizationInjector"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.freemarker.VisualizationInjector">
|
|
|
|
<property name="visualizations">
|
|
|
|
<map>
|
|
|
|
<entry key="person_pub_count">
|
|
|
|
<ref bean="person_pub_count"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2010-12-16 01:18:39 +00:00
|
|
|
<entry key="utilities">
|
|
|
|
<ref bean="utilities"></ref>
|
|
|
|
</entry>
|
2010-12-17 22:05:53 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="coauthorship">
|
|
|
|
<ref bean="coauthorship"></ref>
|
|
|
|
</entry>
|
2010-12-17 22:05:53 +00:00
|
|
|
|
|
|
|
<entry key="person_grant_count">
|
|
|
|
<ref bean="person_grant_count"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="person_level">
|
|
|
|
<ref bean="person_level"></ref>
|
|
|
|
</entry>
|
2011-03-16 16:04:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
<entry key="entity_comparison">
|
|
|
|
<ref bean="entity_comparison"></ref>
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<entry key="entity_comparison">
|
|
|
|
<ref bean="pub_temporal"></ref>
|
|
|
|
</entry>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<entry key="pub_temporal">
|
|
|
|
<ref bean="pub_temporal"></ref>
|
|
|
|
</entry>
|
2011-01-05 16:24:31 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="coprincipalinvestigator">
|
|
|
|
<ref bean="coprincipalinvestigator"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2011-01-07 21:59:59 +00:00
|
|
|
<entry key="entity_grant_count">
|
|
|
|
<ref bean="entity_grant_count"></ref>
|
|
|
|
</entry>
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
</map>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|