Class WebConsoleConfigPrinter
java.lang.Object
org.apache.sling.engine.impl.console.WebConsoleConfigPrinter
This is a configuration printer for the web console which
prints out the currently configured filter chains.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Print out the servlet filter chains.
-
Constructor Details
-
WebConsoleConfigPrinter
-
-
Method Details
-
printConfiguration
Print out the servlet filter chains.- Parameters:
pw
- the writer to use.see org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)
-