org.apache.sling.engine.impl
Class WebConsoleConfigPrinter
java.lang.Object
org.apache.sling.engine.impl.WebConsoleConfigPrinter
public class WebConsoleConfigPrinter
- extends Object
This is a configuration printer for the web console which
prints out the currently configured filter chains.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebConsoleConfigPrinter
public WebConsoleConfigPrinter(ServletFilterManager filterManager)
register
public static Object register(org.osgi.framework.BundleContext bundleContext,
ServletFilterManager filterManager)
unregister
public static void unregister(Object reg)
printConfiguration
public void printConfiguration(PrintWriter pw)
- Print out the servlet filter chains.
- See Also:
ConfigurationPrinter.printConfiguration(java.io.PrintWriter)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.