Interface SafeHtml


  • public interface SafeHtml
    Interface to map an HTML escaped string.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • asString

        String asString()
        Returns the object as HTML escaped string.
        Returns:
        the object as HTML escaped string
      • equals

        boolean equals​(Object object)
        Indicates whether some other object is "equal to" this one.
        Overrides:
        equals in class Object
        Parameters:
        object - the reference object with which to compare
        Returns:
        true if this object is the same as the object argument
      • hashCode

        int hashCode()
        Returns a hash code value for the object.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object