public static class JavaScriptBootstrapHandler.JavaScriptBootstrapContext extends BootstrapHandler.BootstrapContext
JavaScriptBootstrapHandler.| Constructor and Description |
|---|
JavaScriptBootstrapContext(VaadinRequest request,
VaadinResponse response,
UI ui,
Function<VaadinRequest,String> callback)
Creates a new context instance using the given parameters.
|
getAppId, getApplicationParameters, getPageConfigurationAnnotation, getPageConfigurationAnnotations, getPushMode, getPwaRegistry, getRequest, getResponse, getRoute, getService, getSession, getUI, getUriResolver, isProductionModepublic JavaScriptBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest,String> callback)
request - the request objectresponse - the response objectui - the UI objectcallback - a callback that is invoked to resolve the context root
from the requestCopyright © 2000–2021 Vaadin Ltd. All rights reserved.