Interface SafeHtmlRenderer<T>

Type Parameters:
T - the type to render
All Known Implementing Classes:
AbstractSafeHtmlRenderer, ImageResourceRenderer, SimpleSafeHtmlRenderer

public interface SafeHtmlRenderer<T>
An object that can render other objects of a particular type into safe HTML form. Allows decoupling that is useful for a dependency-injection architecture.