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