Class HtmlFilterWriter

java.lang.Object
java.io.Writer
com.aquima.interactions.foundation.io.HtmlFilterWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class HtmlFilterWriter extends Writer
This Writer proxies a writer so that any html written to the writer is passed escaped to the underlying writer.
Since:
5.0
Author:
F. van der Meer