Uses of Class
com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Packages that use BootstrapHandler.BootstrapContext
-
Uses of BootstrapHandler.BootstrapContext in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return BootstrapHandler.BootstrapContextModifier and TypeMethodDescriptionprotected BootstrapHandler.BootstrapContext
BootstrapHandler.createAndInitUI
(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session) protected BootstrapHandler.BootstrapContext
BootstrapHandler.createBootstrapContext
(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> contextPathCallback) Methods in com.vaadin.flow.server with parameters of type BootstrapHandler.BootstrapContextModifier and TypeMethodDescriptionorg.jsoup.nodes.Document
BootstrapHandler.BootstrapPageBuilder.getBootstrapPage
(BootstrapHandler.BootstrapContext context) Returns the bootstrap page for the given context.org.jsoup.nodes.Document
BootstrapHandler.PageBuilder.getBootstrapPage
(BootstrapHandler.BootstrapContext context) Creates the bootstrap page.protected org.jsoup.nodes.Element
BootstrapHandler.BootstrapPageBuilder.getBootstrapScript
(elemental.json.JsonValue initialUIDL, BootstrapHandler.BootstrapContext context) protected static String
BootstrapHandler.getPushScript
(BootstrapHandler.BootstrapContext context) protected void
BootstrapHandler.initializeUIWithRouter
(BootstrapHandler.BootstrapContext context, UI ui) BootstrapHandler.resolvePageTitle
(BootstrapHandler.BootstrapContext context) Resolves the initial page title for the given bootstrap context and cancels any pending JS execution for it.protected void
BootstrapHandler.BootstrapPageBuilder.setupCss
(org.jsoup.nodes.Element head, BootstrapHandler.BootstrapContext context) protected void
BootstrapHandler.setupPushConnectionFactory
(PushConfiguration pushConfiguration, BootstrapHandler.BootstrapContext context) -
Uses of BootstrapHandler.BootstrapContext in com.vaadin.flow.server.communication
Subclasses of BootstrapHandler.BootstrapContext in com.vaadin.flow.server.communicationModifier and TypeClassDescriptionstatic class
Custom BootstrapContext forJavaScriptBootstrapHandler
.Methods in com.vaadin.flow.server.communication that return BootstrapHandler.BootstrapContextModifier and TypeMethodDescriptionprotected BootstrapHandler.BootstrapContext
JavaScriptBootstrapHandler.createAndInitUI
(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session) protected BootstrapHandler.BootstrapContext
WebComponentBootstrapHandler.createAndInitUI
(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session) protected BootstrapHandler.BootstrapContext
JavaScriptBootstrapHandler.createBootstrapContext
(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> callback) protected BootstrapHandler.BootstrapContext
WebComponentBootstrapHandler.createBootstrapContext
(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> callback) Methods in com.vaadin.flow.server.communication with parameters of type BootstrapHandler.BootstrapContextModifier and TypeMethodDescriptionprotected boolean
WebComponentBootstrapHandler.handleWebComponentResyncRequest
(BootstrapHandler.BootstrapContext context, VaadinRequest request, VaadinResponse response) Handles WebComponents resynchronization requestprotected void
IndexHtmlRequestHandler.initializeUIWithRouter
(BootstrapHandler.BootstrapContext context, UI ui) protected void
JavaScriptBootstrapHandler.initializeUIWithRouter
(BootstrapHandler.BootstrapContext context, UI ui)