You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.internal.

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