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: