1. Adding the tools menu for visualizations. This will provide detailed explanation on why we need the cache refreshing for visualizations and also the link to initiating the reconstruct. It is only accessible to the admins.

This commit is contained in:
tankchintan 2011-07-13 00:36:53 +00:00
parent a83c1180f4
commit 51208948f2
3 changed files with 110 additions and 0 deletions

View file

@ -46,6 +46,9 @@
<bean id="regenerate_vis_models"
class="edu.cornell.mannlib.vitro.webapp.visualization.modelconstructor.ModelConstructorRequestHandler" />
<bean id="tools"
class="edu.cornell.mannlib.vitro.webapp.visualization.tools.ToolsRequestHandler" />
<bean id="visualizationInjector"
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.VisualizationInjector">
<property name="visualizations">
@ -118,6 +121,10 @@
<entry key="refresh-cache">
<ref bean="regenerate_vis_models"></ref>
</entry>
<entry key="tools">
<ref bean="tools"></ref>
</entry>
</map>