Class FelixWebConsoleExtensionActivator

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public class FelixWebConsoleExtensionActivator
    extends Object
    implements org.osgi.framework.BundleActivator
    This activator servers following purposes: a) Registers a BrandingPlugin service to customize the look and feel. See http://felix.apache.org/site/branding-the-web-console.html for more details. b) Registers configuration object to select the right HttpService. c) Registers a SecurityProvider to integrate with GlassFish security service.
    Author:
    [email protected], [email protected]
    • Constructor Detail

      • FelixWebConsoleExtensionActivator

        public FelixWebConsoleExtensionActivator()
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Throws:
        Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Throws:
        Exception