org.apache.sling.settings.impl
Class SlingPropertiesPrinter

java.lang.Object
  extended by org.apache.sling.settings.impl.SlingPropertiesPrinter

public class SlingPropertiesPrinter
extends Object

This is a configuration printer for the web console which prints out the Sling properties from Launchpad if available.


Constructor Summary
SlingPropertiesPrinter(Properties props)
           
 
Method Summary
static void destroyPlugin()
           
static void initPlugin(org.osgi.framework.BundleContext bundleContext)
           
 void printConfiguration(PrintWriter pw)
          Print out the servlet filter chains.
 void printConfiguration(PrintWriter printWriter, String mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingPropertiesPrinter

public SlingPropertiesPrinter(Properties props)
Method Detail

initPlugin

public static void initPlugin(org.osgi.framework.BundleContext bundleContext)

destroyPlugin

public static void destroyPlugin()

printConfiguration

public void printConfiguration(PrintWriter pw)
Print out the servlet filter chains.

See Also:
ConfigurationPrinter.printConfiguration(java.io.PrintWriter)

printConfiguration

public void printConfiguration(PrintWriter printWriter,
                               String mode)
See Also:
ModeAwareConfigurationPrinter.printConfiguration(java.io.PrintWriter, java.lang.String)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.