@Service(value=org.apache.felix.webconsole.ConfigurationPrinter.class) @Properties(value={@Property(name="service.description",value="JCR Nodetype Configuration Printer"),@Property(name="service.vendor",value="The Apache Software Foundation"),@Property(name="felix.webconsole.configprinter.web.unescaped",boolValue=true)}) public class NodeTypeConfigurationPrinter extends Object implements org.apache.felix.webconsole.ModeAwareConfigurationPrinter
Constructor and Description |
---|
NodeTypeConfigurationPrinter() |
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Get the title of the configuration status page.
|
void |
printConfiguration(PrintWriter pw)
Output a list of node types from the NamespaceRegistry.
|
void |
printConfiguration(PrintWriter pw,
String mode) |
public String getTitle()
getTitle
in interface org.apache.felix.webconsole.ConfigurationPrinter
public void printConfiguration(PrintWriter pw, String mode)
printConfiguration
in interface org.apache.felix.webconsole.ModeAwareConfigurationPrinter
public void printConfiguration(PrintWriter pw)
printConfiguration
in interface org.apache.felix.webconsole.ConfigurationPrinter
pw
- a PrintWriterCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.