rewrite-transform 2.0.0.Beta3

org.ocpsoft.rewrite.transform
Interface Transformer

All Known Implementing Classes:
StringTransformer

public interface Transformer

Implementations of this interface are able to transform streamed data. Classes implementing this interface can be added via Transposition to modify an intercepted ServletResponse.getOutputStream().

Author:
Christian Kaltepoth
See Also:
StringTransformer

Method Summary
 void transform(HttpServletRewrite event, InputStream input, OutputStream output)
          Transposition the given InputStream and write it to the given OutputStream.
 

Method Detail

transform

void transform(HttpServletRewrite event,
               InputStream input,
               OutputStream output)
               throws IOException
Transposition the given InputStream and write it to the given OutputStream.

Throws:
IOException

rewrite-transform 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.