Interface BrowserFactory


public interface BrowserFactory
See Also:
  • Field Details

  • Method Details

    • createForUrl

      BrowserPanel createForUrl(@Nullable String id, String url)
      Parameters:
      id - Id for logging.
    • createForHtml

      BrowserPanel createForHtml(@Nullable String id, String html)
      Parameters:
      id - Id for logging.
      html - Content to render.