Class SinglePageLayout
java.lang.Object
org.qubership.profiler.output.layout.Layout
org.qubership.profiler.output.layout.LayoutDelegate
org.qubership.profiler.output.layout.SinglePageLayout
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.qubership.profiler.output.layout.LayoutDelegate
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static SinglePageLayout.TemplategetTemplate(String html, Charset charset) protected voidprotected voidvoidputNextEntry(String id, String name, String type) Methods inherited from class org.qubership.profiler.output.layout.LayoutDelegate
getOutputStream
-
Field Details
-
JAVASCRIPT
- See Also:
-
HTML
- See Also:
-
isWritingHTML
protected boolean isWritingHTML
-
-
Constructor Details
-
SinglePageLayout
-
-
Method Details
-
getTemplate
public static SinglePageLayout.Template getTemplate(String html, Charset charset) throws IOException - Throws:
IOException
-
printPageStart
- Throws:
IOException
-
maybeFinishPage
- Throws:
IOException
-
putNextEntry
- Overrides:
putNextEntryin classLayoutDelegate- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classLayoutDelegate- Throws:
IOException
-