public class EmptyCockpitModuleConnector extends AbstractCockpitModuleConnector
moduleCache| Constructor and Description |
|---|
EmptyCockpitModuleConnector() |
| Modifier and Type | Method and Description |
|---|---|
CockpitModuleInfo |
getModuleInfo(String moduleUrl,
boolean cached)
Implement this method to fetch the module info from given URL in the extending class.
|
getCockpitModuleUrls, getCockpitProperties, getCustomModuleUrls, getDefaultModules, getLibraryHandler, getModuleInfo, getWidgetTreeContent, isCustomModulesPermitted, setCockpitProperties, setCustomModuleUrls, setDefaultModules, setLibraryHandlers, updateApplicationContextUri, updateWidgetsExtensionpublic CockpitModuleInfo getModuleInfo(String moduleUrl, boolean cached)
AbstractCockpitModuleConnectorgetModuleInfo in class AbstractCockpitModuleConnectormoduleUrl - URL of the module to fetchcached - should return cached one if present.Copyright © 2018. All rights reserved.