Class WebConsoleConfigPrinter


  • public class WebConsoleConfigPrinter
    extends Object
    This is a configuration printer for the web console which prints out the currently configured filter chains.
    • Constructor Detail

    • Method Detail

      • register

        public static org.osgi.framework.ServiceRegistration register​(org.osgi.framework.BundleContext bundleContext,
                                                                      ServletFilterManager filterManager)
      • unregister

        public static void unregister​(org.osgi.framework.ServiceRegistration reg)
      • printConfiguration

        public void printConfiguration​(PrintWriter pw)
        Print out the servlet filter chains.
        Parameters:
        pw - the writer to use.

        see org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)