Class DebugTabServer
java.lang.Object
org.apache.olingo.server.core.debug.DebugTabServer
- All Implemented Interfaces:
DebugTab
Server debug information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendHtml(Writer writer) Appends the content of this debug information part to the given writer.voidappendJson(com.fasterxml.jackson.core.JsonGenerator gen) Appends the content of this debug information part to the given JSON stream writer.getName()Gets the name of this debug information part, useful as title.
-
Constructor Details
-
DebugTabServer
-
-
Method Details
-
getName
Description copied from interface:DebugTabGets the name of this debug information part, useful as title. -
appendJson
Description copied from interface:DebugTabAppends the content of this debug information part to the given JSON stream writer.- Specified by:
appendJsonin interfaceDebugTab- Parameters:
gen- a JSON generator- Throws:
IOException
-
appendHtml
Description copied from interface:DebugTabAppends the content of this debug information part to the given writer.- Specified by:
appendHtmlin interfaceDebugTab- Parameters:
writer- aWriter- Throws:
IOException
-