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, isProductionMode
public 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 © 2021. All rights reserved.