1. Modified dependency injection bean to include the new freemarkerized vis.
2. Modified freemarker branch to use newly added visFramework constants. 3. Completed freemarkerization of co-pi vis code generator. 4. Modified co-autho req handler to handle all data responses (2 sparkline, 2 network) instaed of person level. 5. Adde dperson level request handler to freemarker branch.
This commit is contained in:
parent
e9feb745b1
commit
d08cdd3498
22 changed files with 606 additions and 129 deletions
|
@ -22,16 +22,17 @@
|
|||
<bean id="person_grant_count"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.persongrantcount.PersonGrantCountRequestHandler" />
|
||||
|
||||
<!--
|
||||
<bean id="person_level"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.personlevel.PersonLevelRequestHandler" />
|
||||
|
||||
|
||||
<bean id="entity_comparison"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.entitycomparison.EntityPublicationCountRequestHandler" />
|
||||
|
||||
<bean id="coprincipalinvestigator"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.coprincipalinvestigator.CoPIGrantCountRequestHandler" />
|
||||
|
||||
<!--
|
||||
|
||||
<bean id="entity_comparison"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.entitycomparison.EntityPublicationCountRequestHandler" />
|
||||
|
||||
-->
|
||||
<bean id="visualizationInjector"
|
||||
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.freemarker.VisualizationInjector">
|
||||
|
@ -53,18 +54,21 @@
|
|||
<ref bean="person_grant_count"></ref>
|
||||
</entry>
|
||||
|
||||
<!--
|
||||
|
||||
<entry key="person_level">
|
||||
<ref bean="person_level"></ref>
|
||||
</entry>
|
||||
|
||||
<!--
|
||||
<entry key="entity_comparison">
|
||||
<ref bean="entity_comparison"></ref>
|
||||
</entry>
|
||||
-->
|
||||
<entry key="coprincipalinvestigator">
|
||||
<ref bean="coprincipalinvestigator"></ref>
|
||||
</entry>
|
||||
|
||||
-->
|
||||
|
||||
</map>
|
||||
</property>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue