Filter used with {@link org.apache.tapestry.markup.MarkupWriterImpl}to determine how to convert the output into a format compatible with the content type. Typically, this means translating certain characters into escape codes (for example, in HTML, convert '<' to '<'.
Implementations should be stateless and thread safe.
@author Howard M. Lewis Ship
@since 4.0