Uses of Class
com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Packages that use BootstrapHandler.BootstrapContext Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of BootstrapHandler.BootstrapContext in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return BootstrapHandler.BootstrapContext Modifier and Type Method Description protected BootstrapHandler.BootstrapContextBootstrapHandler. createAndInitUI(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session)protected BootstrapHandler.BootstrapContextBootstrapHandler. createBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest,String> contextPathCallback)Methods in com.vaadin.flow.server with parameters of type BootstrapHandler.BootstrapContext Modifier and Type Method Description org.jsoup.nodes.DocumentBootstrapHandler.BootstrapPageBuilder. getBootstrapPage(BootstrapHandler.BootstrapContext context)Returns the bootstrap page for the given context.org.jsoup.nodes.DocumentBootstrapHandler.PageBuilder. getBootstrapPage(BootstrapHandler.BootstrapContext context)Creates the bootstrap page.protected static StringBootstrapHandler. getPushScript(BootstrapHandler.BootstrapContext context)protected voidBootstrapHandler. initializeUIWithRouter(BootstrapHandler.BootstrapContext context, UI ui)protected static Optional<String>BootstrapHandler. resolvePageTitle(BootstrapHandler.BootstrapContext context)Resolves the initial page title for the given bootstrap context and cancels any pending JS execution for it.protected voidBootstrapHandler. 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.communication Modifier and Type Class Description static classJavaScriptBootstrapHandler.JavaScriptBootstrapContextCustom BootstrapContext forJavaScriptBootstrapHandler.Methods in com.vaadin.flow.server.communication that return BootstrapHandler.BootstrapContext Modifier and Type Method Description protected BootstrapHandler.BootstrapContextJavaScriptBootstrapHandler. createAndInitUI(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session)protected BootstrapHandler.BootstrapContextWebComponentBootstrapHandler. createAndInitUI(Class<? extends UI> uiClass, VaadinRequest request, VaadinResponse response, VaadinSession session)protected BootstrapHandler.BootstrapContextJavaScriptBootstrapHandler. createBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest,String> callback)protected BootstrapHandler.BootstrapContextWebComponentBootstrapHandler. createBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest,String> callback)Methods in com.vaadin.flow.server.communication with parameters of type BootstrapHandler.BootstrapContext Modifier and Type Method Description protected voidIndexHtmlRequestHandler. initializeUIWithRouter(BootstrapHandler.BootstrapContext context, UI ui)protected voidJavaScriptBootstrapHandler. initializeUIWithRouter(BootstrapHandler.BootstrapContext context, UI ui)
-