Interface IDiagramPluginFactory


  • public interface IDiagramPluginFactory
    An interface for other bundles to grab and register plugins.
    • Method Detail

      • getPlugins

        Set<IDiagramPlugin> getPlugins​(javax.servlet.http.HttpServletRequest request)
        Parameters:
        request - the current servlet request.
        Returns:
        a set of created plugins.