Class HtmlUtils


  • public final class HtmlUtils
    extends Object
    Helpers for HTML related aspects.

    For internal use only. May be renamed or removed in a future release.

    Since:
    1.0
    Author:
    Vaadin Ltd
    • Method Detail

      • escape

        public static String escape​(String maybeHtml)
        Escape a string which may contain html.
        Parameters:
        maybeHtml - the text to escape
        Returns:
        escaped string