Class NullOutputBuffer

java.lang.Object
com.opensymphony.module.sitemesh.filter.NullOutputBuffer
All Implemented Interfaces:
OutputBuffer

public class NullOutputBuffer extends Object implements OutputBuffer
An outputBuffer that does nothing. If we cannot determine whether getWriter or getOutputStream have been called, then return this object instead.
Version:
$Revision: 1.2 $
Author:
Scott Farquhar
See Also:
  • Field Details

  • Constructor Details

    • NullOutputBuffer

      private NullOutputBuffer()
  • Method Details