Class NamespacesPrinter
- java.lang.Object
-
- org.apache.sling.jcr.webconsole.internal.NamespacesPrinter
-
- All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter
public class NamespacesPrinter extends Object implements org.apache.felix.inventory.InventoryPrinter
A Felix WebConsole ConfigurationPrinter which outputs the current JCR namespace mappings.
-
-
Constructor Summary
Constructors Constructor Description NamespacesPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
Output a list of namespace prefixes and URIs from the NamespaceRegistry.
-
-
-
Method Detail
-
print
public void print(PrintWriter printWriter, org.apache.felix.inventory.Format format, boolean isZip)
Output a list of namespace prefixes and URIs from the NamespaceRegistry.- Specified by:
print
in interfaceorg.apache.felix.inventory.InventoryPrinter
-
-