| Interface | Description |
|---|---|
| PluginController |
Plugin Controllers must implement this interface and define a list of Routes they handle.
|
| Class | Description |
|---|---|
| Dispatcher |
Dispatcher provides a way for a plugin to handle routes from morpheus-ui to a plugin.
|
| Route |
A Route is a definition of how to handle incoming requests with a plugin controller.
|