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