Package com.morpheusdata.web
Interface PluginController
-
- All Superinterfaces:
PluginProvider
public interface PluginController extends PluginProvider
Plugin Controllers must implement this interface and define a list of Routes they handle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Route>
getRoutes()
Defines a list of routes the controller can handle.-
Methods inherited from interface com.morpheusdata.core.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
-
-
-
-
Method Detail
-
getRoutes
java.util.List<Route> getRoutes()
Defines a list of routes the controller can handle.- Returns:
- List of Routes
-
-