Uses of Class
org.apache.felix.webconsole.AbstractWebConsolePlugin

Packages that use AbstractWebConsolePlugin
org.apache.felix.webconsole   
org.apache.felix.webconsole.internal   
org.apache.felix.webconsole.internal.compendium   
org.apache.felix.webconsole.internal.core   
org.apache.felix.webconsole.internal.deppack   
org.apache.felix.webconsole.internal.misc   
org.apache.felix.webconsole.internal.obr   
org.apache.felix.webconsole.internal.system   
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole
 class SimpleWebConsolePlugin
          SimpleWebConsolePlugin is an utility class that provides default implementation of the AbstractWebConsolePlugin and 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
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal
 class WebConsolePluginAdapter
          The WebConsolePluginAdapter is an adapter to the AbstractWebConsolePlugin for regular servlets registered with the WebConsoleConstants.PLUGIN_TITLE service attribute.
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.compendium
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.compendium
 class ComponentsServlet
          ComponentsServlet provides a plugin for managing Service Components Runtime.
 class ConfigManager
          The ConfigManager TODO
 class LogServlet
          LogServlet provides support for reading the log messages.
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.core
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.core
 class BundlesServlet
          The BundlesServlet provides the bundles plugins, used to display the list of bundles, installed on the framework.
 class ServicesServlet
          ServicesServlet provides a plugin for inspecting the registered services.
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.deppack
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.deppack
 class DepPackServlet
          DepPackServlet provides a plugin for managing deployment admin packages.
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.misc
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.misc
 class ConfigurationRender
          ConfigurationRender plugin renders the configuration status - a textual representation of the current framework status.
 class LicenseServlet
          LicenseServlet provides the licenses plugin that browses through the bundles, searching for common license files.
 class ShellServlet
          ShellServlet provides a Web bases interface to the Apache shell service, allowing the user to execute shell commands from the browser.
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.obr
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.obr
 class BundleRepositoryRender
          This class provides a plugin for rendering the available OSGi Bundle Repositories and the resources they provide.
 

Methods in org.apache.felix.webconsole.internal.obr with parameters of type AbstractWebConsolePlugin
static void OsgiDeployer.logRequirements(AbstractWebConsolePlugin logger, java.lang.String message, org.osgi.service.obr.Requirement[] reasons)
           
static void OsgiDeployer.logResource(AbstractWebConsolePlugin logger, java.lang.String message, org.osgi.service.obr.Resource[] res)
           
 

Constructors in org.apache.felix.webconsole.internal.obr with parameters of type AbstractWebConsolePlugin
FelixBundleRepositoryRenderHelper(AbstractWebConsolePlugin logger, org.osgi.framework.BundleContext bundleContext)
           
OsgiBundleRepositoryRenderHelper(AbstractWebConsolePlugin logger, org.osgi.framework.BundleContext bundleContext)
           
OsgiDeployer(org.osgi.service.obr.Resolver obrResolver, AbstractWebConsolePlugin logger, boolean startBundles)
           
 

Uses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.system
 

Subclasses of AbstractWebConsolePlugin in org.apache.felix.webconsole.internal.system
 class VMStatPlugin
          VMStatPlugin provides the System Information tab.
 



Copyright © 2012 FuseSource, Corp.. All Rights Reserved.