Uses of Interface
com.morpheusdata.web.PluginController
Packages that use PluginController
-
Uses of PluginController in com.morpheusdata.core
Fields in com.morpheusdata.core with type parameters of type PluginControllerModifier and TypeFieldDescriptionprotected List<PluginController>Plugin.controllersThe list of custom controllers registered into the pluginMethods in com.morpheusdata.core that return types with arguments of type PluginControllerModifier and TypeMethodDescriptionPlugin.getControllers()Returns a list of allPluginControllerclasses registered with this pluginMethod parameters in com.morpheusdata.core with type arguments of type PluginControllerModifier and TypeMethodDescriptionvoidPlugin.setControllers(List<PluginController> controllers) Sets the controllers for custom url endpoints/view rendering that are provided with this plugin. -
Uses of PluginController in com.morpheusdata.web
Methods in com.morpheusdata.web with parameters of type PluginControllerModifier and TypeMethodDescriptionDispatcher.doDispatch(PluginController controller, String methodName, ViewModel<?> params) Using reflection, dynamically call the Class and method of a Plugin Controller.