Uses of Class
org.apache.felix.webconsole.AbstractWebConsolePlugin
-
-
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole Modifier and Type Class Description classSimpleWebConsolePluginSimpleWebConsolePlugin is an utility class that provides default implementation of theAbstractWebConsolePluginand supports the following features: Methods for (un)registering the web console plugin service Default implementation for resource loading -
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.compendium
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.compendium Modifier and Type Class Description classLogServletLogServlet provides support for reading the log messages. -
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.configuration
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.configuration Modifier and Type Class Description classConfigManagerTheConfigManagerclass is the Web Console plugin to manage configurations. -
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.core
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.core Modifier and Type Class Description classBundlesServletTheBundlesServletprovides the bundles plugins, used to display the list of bundles, installed on the framework.classServicesServletServicesServlet provides a plugin for inspecting the registered services. -
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.misc
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.misc Modifier and Type Class Description classLicenseServletLicenseServlet provides the licenses plugin that browses through the bundles, searching for common license files. -
Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.system
Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.system Modifier and Type Class Description classVMStatPluginVMStatPlugin provides the System Information tab.
-