public class HtmlEscapableObject<T> extends EscapableObject<T>
Constructor and Description |
---|
HtmlEscapableObject(T originalValue) |
HtmlEscapableObject(T originalValue,
boolean escape) |
Modifier and Type | Method and Description |
---|---|
protected String |
escape(T t) |
getEscapedValue, getOriginalValue, toString