T - the type to renderpublic abstract class AbstractSafeHtmlRenderer<T> extends java.lang.Object implements SafeHtmlRenderer<T>
| Constructor and Description | 
|---|
| AbstractSafeHtmlRenderer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | render(T object,
      SafeHtmlBuilder appendable)Renders  objectas safe HTML, appended directly tobuilder. | 
| protected SafeHtml | toSafeHtml(java.lang.Object obj) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderpublic void render(T object, SafeHtmlBuilder appendable)
SafeHtmlRendererobject as safe HTML, appended directly to builder.render in interface SafeHtmlRenderer<T>protected SafeHtml toSafeHtml(java.lang.Object obj)