Package com.morpheusdata.web


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