Interface Escaper

All Superinterfaces:
Appender<Appendable>, Function<String,String>

public interface Escaper extends Appender<Appendable>, Function<String,String>
An Escaper is an Appender used to escape content such as HTML. A Formatter is usually what will call the Escaper and like a formatter should be singleton like and expect reuse.
Author:
agentgt
See Also: