@Service(value=org.apache.felix.webconsole.ConfigurationPrinter.class)
@Properties(value={@Property(name="service.description",value="JCR Namespace Configuration Printer"),@Property(name="service.vendor",value="The Apache Software Foundation")})
public class NamespaceConfigurationPrinter
extends Object
implements org.apache.felix.webconsole.ConfigurationPrinter
| Constructor and Description |
|---|
NamespaceConfigurationPrinter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Get the title of the configuration status page.
|
void |
printConfiguration(PrintWriter pw)
Output a list of namespace prefixes and URIs from the NamespaceRegistry.
|
public String getTitle()
getTitle in interface org.apache.felix.webconsole.ConfigurationPrinterpublic void printConfiguration(PrintWriter pw)
printConfiguration in interface org.apache.felix.webconsole.ConfigurationPrinterpw - a PrintWriterCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.