All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.morpheusdata.web.PluginController Maven / Gradle / Ivy

package com.morpheusdata.web;

import com.morpheusdata.core.providers.PluginProvider;
import java.util.List;

/**
 * Plugin Controllers must implement this interface and define a list of Routes they handle.
 */
public interface PluginController extends PluginProvider {
	/**
	 * Defines a list of routes the controller can handle.
	 * @return List of Routes
	 */
	 List getRoutes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy