Class SimpleLayout

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

public class SimpleLayout extends com.netcracker.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 com.netcracker.profiler.output.layout.Layout
      Throws:
      IOException
    • putNextEntry

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