|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.sling.jcr.webconsole.internal.NamespaceConfigurationPrinter
@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 NamespaceConfigurationPrinterA Felix WebConsole ConfigurationPrinter which outputs the current JCR namespace mappings.
| Field Summary |
|---|
| Fields inherited from interface org.apache.felix.webconsole.ConfigurationPrinter |
|---|
MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE |
| Constructor Summary | |
|---|---|
NamespaceConfigurationPrinter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTitle()
Get the title of the configuration status page. |
void |
printConfiguration(java.io.PrintWriter pw)
Output a list of namespace prefixes and URIs from the NamespaceRegistry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamespaceConfigurationPrinter()
| Method Detail |
|---|
public java.lang.String getTitle()
getTitle in interface org.apache.felix.webconsole.ConfigurationPrinterpublic void printConfiguration(java.io.PrintWriter pw)
printConfiguration in interface org.apache.felix.webconsole.ConfigurationPrinterpw - a PrintWriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||