public interface IDiagramPluginService
| Modifier and Type | Method and Description |
|---|---|
IDiagramPlugin |
findPlugin(javax.servlet.http.HttpServletRequest request,
String name) |
Collection<IDiagramPlugin> |
getRegisteredPlugins(javax.servlet.http.HttpServletRequest request) |
Collection<IDiagramPlugin> getRegisteredPlugins(javax.servlet.http.HttpServletRequest request)
request - the context in which the plugins are requested.IDiagramPlugin findPlugin(javax.servlet.http.HttpServletRequest request, String name)
request - the context in which the plugin is requestedname - the name of the plugin to findCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.