Uses of Interface
com.opensymphony.module.sitemesh.filter.OutputBuffer

Packages that use OutputBuffer
com.opensymphony.module.sitemesh.filter   
 

Uses of OutputBuffer in com.opensymphony.module.sitemesh.filter
 

Classes in com.opensymphony.module.sitemesh.filter that implement OutputBuffer
 class NullOutputBuffer
          An outputBuffer that does nothing.
 class PageOutputStream
          Implementation of ServletOutputStream that stores all data written to it in a temporary buffer accessible from PageOutputStream.getBuffer(java.lang.String) .
 class PageWriter
          Implementation of PrintWriter that stores all data written to it in a temporary buffer accessible from PageWriter.getBuffer(java.lang.String) .
 

Methods in com.opensymphony.module.sitemesh.filter that return OutputBuffer
private  OutputBuffer PageResponseWrapper.getBufferStream()
           
 


www.opensymphony.com/sitemesh/