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
transform
void transform(HttpServletRewrite event,
InputStream input,
OutputStream output)
throws IOException
- Transposition the given
InputStream and write it to the given OutputStream.
- Throws:
IOException
Copyright © 2013 OCPsoft. All Rights Reserved.