Class WebComponentBootstrapHandler

All Implemented Interfaces:
RequestHandler, Serializable

public class WebComponentBootstrapHandler extends BootstrapHandler
Bootstrap handler for WebComponent requests.

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

Since:
2.0
Author:
Vaadin Ltd.
See Also:
  • Constructor Details

    • WebComponentBootstrapHandler

      public WebComponentBootstrapHandler()
      Creates a new bootstrap handler with default page builder.
    • WebComponentBootstrapHandler

      protected WebComponentBootstrapHandler(BootstrapHandler.PageBuilder pageBuilder)
      Creates a new bootstrap handler, allowing to use custom page builder.
      Parameters:
      pageBuilder - Page builder to use.
  • Method Details