Interface SafeHtml
-
public interface SafeHtml
Interface to map an HTML escaped string.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asString()
Returns the object as HTML escaped string.boolean
equals(Object object)
Indicates whether some other object is "equal to" this one.int
hashCode()
Returns a hash code value for the object.
-