Class JavaScriptBootstrapHandler

All Implemented Interfaces:
RequestHandler, Serializable
Direct Known Subclasses:
IndexHtmlRequestHandler

public class JavaScriptBootstrapHandler extends BootstrapHandler
Processes a 'start' request type from the client to initialize server session and UI. It returns a JSON response with everything needed to bootstrap flow views.

The handler is for client driven projects where `index.html` does not contain bootstrap data. Bootstrapping is the responsibility of the `@vaadin/flow` client that is able to ask the server side to create the vaadin session and do the bootstrapping lazily.

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

See Also: