Plugin framework: factor out page serving responsibility, add HookPluginManager subclass and PageServingPluginManager subclass; Visualization registry: inherit from PageServingPluginManager

This commit is contained in:
Carl Eberhard
2013-09-18 10:53:12 -04:00
parent 0ab2b1b023
commit 3a2cb607ac
8 changed files with 543 additions and 270 deletions
@@ -11,5 +11,5 @@
<params>
<param type="dataset" var_name_in_template="hda" required="true">dataset_id</param>
</params>
<template>scatterplot/templates/scatterplot.mako</template>
<template>scatterplot.mako</template>
</visualization>