Class SimpleLayout

java.lang.Object
org.qubership.profiler.output.layout.Layout
org.qubership.profiler.servlet.layout.SimpleLayout
All Implemented Interfaces:
Closeable, AutoCloseable

public class SimpleLayout extends org.qubership.profiler.output.layout.Layout
  • Constructor Details

    • SimpleLayout

      public SimpleLayout(javax.servlet.http.HttpServletResponse resp)
  • Method Details

    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in class org.qubership.profiler.output.layout.Layout
      Throws:
      IOException
    • putNextEntry

      public void putNextEntry(String id, String name, String type) throws IOException
      Specified by:
      putNextEntry in class org.qubership.profiler.output.layout.Layout
      Throws:
      IOException