public class WebConsoleConfigPrinter extends Object
| Constructor and Description |
|---|
WebConsoleConfigPrinter(ServletFilterManager filterManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
printConfiguration(PrintWriter pw)
Print out the servlet filter chains.
|
static org.osgi.framework.ServiceRegistration |
register(org.osgi.framework.BundleContext bundleContext,
ServletFilterManager filterManager) |
static void |
unregister(org.osgi.framework.ServiceRegistration reg) |
public WebConsoleConfigPrinter(ServletFilterManager filterManager)
public static org.osgi.framework.ServiceRegistration register(org.osgi.framework.BundleContext bundleContext,
ServletFilterManager filterManager)
public static void unregister(org.osgi.framework.ServiceRegistration reg)
public void printConfiguration(PrintWriter pw)
pw - the writer to use.
see org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.