rewrite-impl-servlet 1.1.0.Final

org.ocpsoft.rewrite.servlet.config
Interface OutputBuffer


public interface OutputBuffer

A piece of work to be done on the fully buffered ServletResponse.getOutputStream() before flushing to the client, once the control of the application has been returned to Rewrite.

Author:
Lincoln Baxter, III

Method Summary
 InputStream execute(InputStream input)
          Perform any manipulation of the fully buffered ServletResponse.getOutputStream() contents.
 

Method Detail

execute

InputStream execute(InputStream input)
Perform any manipulation of the fully buffered ServletResponse.getOutputStream() contents.


rewrite-impl-servlet 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.