com.vaadin.flow.server.communication.

Class JavaScriptBootstrapHandler.JavaScriptBootstrapContext

    • Constructor Detail

      • JavaScriptBootstrapContext

        public JavaScriptBootstrapContext(VaadinRequest request,
                                          VaadinResponse response,
                                          UI ui,
                                          Function<VaadinRequest,String> callback)

        Creates a new context instance using the given parameters.

        Parameters:

        request - the request object

        response - the response object

        ui - the UI object

        callback - a callback that is invoked to resolve the context root from the request