java.lang.Object
com.opensymphony.module.sitemesh.filter.Buffer

public class Buffer extends Object
When SiteMesh is activated for a request, the contents of the response are stored in this buffer, where they can later be accessed as a parsed Page object.
  • Constructor Details

  • Method Details

    • getContents

      public char[] getContents() throws IOException
      Throws:
      IOException
    • parse

      public Page parse() throws IOException
      Throws:
      IOException
    • getWriter

      public PrintWriter getWriter()
    • getOutputStream

      public jakarta.servlet.ServletOutputStream getOutputStream()
    • isUsingStream

      public boolean isUsingStream()