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