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

Class HtmlUtils

java.lang.Object
com.vaadin.flow.internal.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 Details

    • escape

      public static String escape(String maybeHtml)

      Escape a string which may contain html.

      Parameters:

      maybeHtml - the text to escape

      Returns:

      escaped string