Package com.gurock.smartinspect.contexts
Class WebViewerContext
- java.lang.Object
-
- com.gurock.smartinspect.contexts.ViewerContext
-
- com.gurock.smartinspect.contexts.TextContext
-
- com.gurock.smartinspect.contexts.WebViewerContext
-
public class WebViewerContext extends TextContext
Represents the web viewer in the Console which can display HTML text content as web pages.The web viewer in the Console interprets the data of a Log Entry as an HTML website.
Note: This class is not guaranteed to be threadsafe.
-
-
Constructor Summary
Constructors Constructor Description WebViewerContext()Creates and initializes a WebViewerContext instance.
-
Method Summary
-
Methods inherited from class com.gurock.smartinspect.contexts.TextContext
appendLine, appendText, close, escapeLine, getViewerData, loadFromFile, loadFromReader, loadFromStream, loadFromText, resetData
-
Methods inherited from class com.gurock.smartinspect.contexts.ViewerContext
getViewerId
-
-