Package com.morpheusdata.web
Interface PluginController
- All Superinterfaces:
PluginProvider
Plugin Controllers must implement this interface and define a list of Routes they handle.
-
Method Summary
Methods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
-
Method Details
-
getRoutes
Defines a list of routes the controller can handle.- Returns:
- List of Routes
-