public interface Transformer
Transform to modify an intercepted ServletResponse.getOutputStream().StringTransformer| Modifier and Type | Method and Description |
|---|---|
void |
transform(InputStream input,
OutputStream output)
Transform the given
InputStream and write it to the given OutputStream. |
void transform(InputStream input, OutputStream output) throws IOException
InputStream and write it to the given OutputStream.IOExceptionCopyright © 2013 OCPsoft. All Rights Reserved.