Uses of Interface
com.vaadin.flow.server.VaadinRequest
Packages that use VaadinRequest
Package
Description
-
Uses of VaadinRequest in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver with parameters of type VaadinRequestModifier and TypeMethodDescriptionbooleanAbstractDevServerRunner.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanDevBundleBuildingHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) -
Uses of VaadinRequest in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type VaadinRequestModifier and TypeMethodDescriptionvoidUI.doInit(VaadinRequest request, int uiId, String appId) Internal initialization method, should not be overridden.protected voidUI.init(VaadinRequest request) Initializes this UI. -
Uses of VaadinRequest in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type VaadinRequestModifier and TypeMethodDescriptionvoidWebComponentUI.doInit(VaadinRequest request, int uiId, String appId) -
Uses of VaadinRequest in com.vaadin.flow.i18n
Methods in com.vaadin.flow.i18n with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected booleanTranslationFileRequestHandler.canHandleRequest(VaadinRequest request) booleanTranslationFileRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) -
Uses of VaadinRequest in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type VaadinRequestModifier and TypeMethodDescriptionLocaleUtil.getExactLocaleMatch(VaadinRequest request, List<Locale> providedLocales) Get the exact locale match for the given request in the provided locales.LocaleUtil.getLocaleMatchByLanguage(VaadinRequest request, List<Locale> providedLocales) Get the locale matching the language of the request locale in the provided locales.static StringBootstrapHandlerHelper.getPushURL(VaadinSession vaadinSession, VaadinRequest vaadinRequest) Gets the push URL as a URL relative to the request URI.static StringBootstrapHandlerHelper.getServiceUrl(VaadinRequest vaadinRequest) Gets the service URL as a URL relative to the request URI. -
Uses of VaadinRequest in com.vaadin.flow.internal.springcsrf
Methods in com.vaadin.flow.internal.springcsrf with parameters of type VaadinRequestModifier and TypeMethodDescriptionstatic voidSpringCsrfTokenUtil.addTokenAsMetaTagsToHeadIfPresentInRequest(org.jsoup.nodes.Element head, VaadinRequest request) static Optional<SpringCsrfToken> SpringCsrfTokenUtil.getSpringCsrfToken(VaadinRequest request) -
Uses of VaadinRequest in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type VaadinRequestModifier and TypeMethodDescriptionAbstractRouteRegistry.getRegisteredAccessibleMenuRoutes(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) -
Uses of VaadinRequest in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement VaadinRequestMethods in com.vaadin.flow.server that return VaadinRequestModifier and TypeMethodDescriptionstatic VaadinRequestVaadinRequest.getCurrent()Gets the currently processed Vaadin request.static VaadinRequestVaadinService.getCurrentRequest()Gets the currently processed Vaadin request.AppShellSettings.getRequest()Get the current request.BootstrapHandler.BootstrapContext.getRequest()Gets the Vaadin/HTTP request.SessionInitEvent.getRequest()Gets the request that triggered the initialization.SystemMessagesInfo.getRequest()Gets the request currently in progress.Methods in com.vaadin.flow.server with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected booleanBootstrapHandler.canHandleRequest(VaadinRequest request) protected booleanSynchronizedRequestHandler.canHandleRequest(VaadinRequest request) Check whether a request may be handled by this handler.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) protected VaadinSessionVaadinService.createVaadinSession(VaadinRequest request) Creates a new Vaadin session for this service and request.static LocaleHandlerHelper.findLocale(VaadinSession session, VaadinRequest request) Helper to find the most most suitable Locale.VaadinService.findUI(VaadinRequest request) Finds theUIthat belongs to the provided request.VaadinService.findVaadinSession(VaadinRequest request) Attempts to find a Vaadin service session associated with this request.abstract StringVaadinService.getContextRootRelativePath(VaadinRequest request) Returns relative context path for given request.VaadinServletService.getContextRootRelativePath(VaadinRequest request) protected VaadinSessionVaadinService.getExistingSession(VaadinRequest request, boolean allowSessionCreation) abstract StringVaadinService.getMainDivId(VaadinSession session, VaadinRequest request) Creates and returns a unique ID for the DIV where the UI is to be rendered.VaadinServletService.getMainDivId(VaadinSession session, VaadinRequest request) RouteRegistry.getRegisteredAccessibleMenuRoutes(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) Get theRouteDatafor all accessible registered navigation targets with a menu information.VaadinService.getSystemMessages(Locale locale, VaadinRequest request) Gets the system message to use for a specific locale.BootstrapHandler.getUIClass(VaadinRequest request) Returns the UI class mapped for servlet that handles the given request.voidVaadinRequestInterceptor.handleException(VaadinRequest request, VaadinResponse response, VaadinSession vaadinSession, Exception t) Called when an exception occurredbooleanRequestHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) Called when a request needs to be handled.booleanSynchronizedRequestHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanUnsupportedBrowserHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) voidVaadinService.handleRequest(VaadinRequest request, VaadinResponse response) Handles the incoming request and writes the response into the response object.booleanSessionExpiredHandler.handleSessionExpired(VaadinRequest request, VaadinResponse response) Called when the a session expiration has occurred and a notification needs to be sent to the user.protected voidVaadinService.handleSessionExpired(VaadinRequest request, VaadinResponse response) Called when the session has expired and the request handling is therefore aborted.booleanBootstrapInitialPredicate.includeInitialUidl(VaadinRequest request) Return whether the bootstrap handler has to include initial UIDL in the response.static booleanBootstrapHandler.isFrameworkInternalRequest(VaadinRequest request) Checks whether the request is an internal request.static booleanHandlerHelper.isNonHtmlInitiatedRequest(VaadinRequest request) Determines whether the given request is initiated by a non-HTML context.protected booleanBootstrapHandler.isRequestForHtml(VaadinRequest request) Checks if the request is potentially a request for an HTML page.static booleanHandlerHelper.isRequestType(VaadinRequest request, HandlerHelper.RequestType requestType) Returns whether the given request is of the given type.static booleanBootstrapHandler.isVaadinStaticFileRequest(VaadinRequest request) Checks whether the request is a request for /VAADIN/*.booleanBootstrapUrlPredicate.isValidUrl(VaadinRequest request) Return whether the bootstrap handler should render the page.voidAppShellRegistry.modifyIndexHtml(org.jsoup.nodes.Document document, VaadinRequest request) Modifies the `index.html` document based on theAppShellConfiguratorannotations orAppShellConfigurator.configurePage(AppShellSettings)method.static voidVaadinService.reinitializeSession(VaadinRequest request) Discards the current session and creates a new session with the same contents.protected abstract booleanVaadinService.requestCanCreateSession(VaadinRequest request) Checks whether it's valid to create a new service session as a result of the given request.protected booleanVaadinServletService.requestCanCreateSession(VaadinRequest request) voidVaadinRequestInterceptor.requestEnd(VaadinRequest request, VaadinResponse response, VaadinSession session) Called in the finally block of processing a request.voidVaadinService.requestEnd(VaadinRequest request, VaadinResponse response, VaadinSession session) Called after the framework has handled a request and the response has been written.voidVaadinRequestInterceptor.requestStart(VaadinRequest request, VaadinResponse response) Called when request is about to be processed.voidVaadinService.requestStart(VaadinRequest request, VaadinResponse response) Called before the framework starts handling a request.voidVaadinService.setCurrentInstances(VaadinRequest request, VaadinResponse response) Sets the this Vaadin service as the current service and also sets the current Vaadin request and Vaadin response.booleanBootstrapHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) abstract booleanSynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) Identical toSynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)except theVaadinSessionis locked before this is called and unlocked after this has completed.SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, String requestBody) Identical toSynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse)except theVaadinSessionis locked before this is called and the response requestBody has been read before locking the session and is provided as a separate parameter.protected booleanBootstrapHandler.writeErrorCodeIfRequestLocationIsInvalid(VaadinRequest request, VaadinResponse response) Checks whether the request is for a valid location, and if not, writes the error code for the response.Method parameters in com.vaadin.flow.server with type arguments of type VaadinRequestModifier and TypeMethodDescriptionprotected BootstrapHandler.BootstrapContextBootstrapHandler.createBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> contextPathCallback) Constructors in com.vaadin.flow.server with parameters of type VaadinRequestModifierConstructorDescriptionprotectedBootstrapContext(VaadinRequest request, VaadinResponse response, VaadinSession session, UI ui, Function<VaadinRequest, String> contextCallback) Creates a new context instance using the given parameters.protectedBootstrapContext(VaadinRequest request, VaadinResponse response, VaadinSession session, UI ui, Function<VaadinRequest, String> contextCallback, Function<VaadinRequest, Location> routeCallback) Creates a new context instance using the given parameters.SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request) Creates a new event.SystemMessagesInfo(Locale locale, VaadinRequest request, VaadinService service) Creates an instance based on the given locale, request and service.Constructor parameters in com.vaadin.flow.server with type arguments of type VaadinRequestModifierConstructorDescriptionprotectedBootstrapContext(VaadinRequest request, VaadinResponse response, VaadinSession session, UI ui, Function<VaadinRequest, String> contextCallback) Creates a new context instance using the given parameters.protectedBootstrapContext(VaadinRequest request, VaadinResponse response, VaadinSession session, UI ui, Function<VaadinRequest, String> contextCallback, Function<VaadinRequest, Location> routeCallback) Creates a new context instance using the given parameters. -
Uses of VaadinRequest in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth with parameters of type VaadinRequestModifier and TypeMethodDescriptionNavigationAccessControl.createNavigationContext(Class<?> navigationTarget, String path, VaadinService vaadinService, VaadinRequest vaadinRequest) Creates a newNavigationContextinstance based on the given route data and Vaadin service and request.protected PrincipalNavigationAccessControl.getPrincipal(VaadinRequest request) Gets the principal for the currently logged in user.protected StringNavigationAccessControl.getRequestURL(VaadinRequest vaadinRequest) Gets the URL the client used to make the request.NavigationAccessControl.getRolesChecker(VaadinRequest request) Gets a function for checking roles for the currently logged in user. -
Uses of VaadinRequest in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return VaadinRequestModifier and TypeMethodDescriptionIndexHtmlResponse.getVaadinRequest()Get the request which triggers the Index HTML response.Methods in com.vaadin.flow.server.communication with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected booleanHeartbeatHandler.canHandleRequest(VaadinRequest request) protected booleanIndexHtmlRequestHandler.canHandleRequest(VaadinRequest request) protected booleanJavaScriptBootstrapHandler.canHandleRequest(VaadinRequest request) protected booleanUidlRequestHandler.canHandleRequest(VaadinRequest request) protected booleanWebComponentBootstrapHandler.canHandleRequest(VaadinRequest request) protected booleanWebComponentProvider.canHandleRequest(VaadinRequest request) 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) protected org.apache.commons.fileupload2.jakarta.servlet6.JakartaServletFileUploadStreamReceiverHandler.createServletFileUpload(VaadinRequest request) protected voidStreamReceiverHandler.doHandleMultipartFileUpload(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamReceiver streamReceiver, StateNode owner) Streams content from a multipart request to given StreamVariable.protected voidStreamReceiverHandler.doHandleXhrFilePost(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamReceiver streamReceiver, StateNode owner, long contentLength) Used to stream plain file post (aka XHR2.post(File))protected StringWebComponentProvider.generateNPMResponse(String tagName, VaadinRequest request, VaadinResponse response) Generate the npm response for the web component.protected tools.jackson.databind.node.ObjectNodeJavaScriptBootstrapHandler.getInitialJson(VaadinRequest request, VaadinResponse response, VaadinSession session) Returns the JSON object with the application config and UIDL info that can be used in the bootstrapper to embed that info in the initial page.protected org.apache.commons.fileupload2.core.FileItemInputIteratorStreamReceiverHandler.getItemIterator(VaadinRequest request) protected Collection<jakarta.servlet.http.Part> StreamReceiverHandler.getParts(VaadinRequest request) protected StringJavaScriptBootstrapHandler.getRequestUrl(VaadinRequest request) protected StringWebComponentBootstrapHandler.getRequestUrl(VaadinRequest request) Returns the request's base url to use in constructing and initialising ui.protected static StringJavaScriptBootstrapHandler.getServiceUrl(VaadinRequest vaadinRequest) Gets the service URL as a URL relative to the request URI.protected StringWebComponentBootstrapHandler.getServiceUrl(VaadinRequest request, VaadinResponse response) Returns the service url needed for initialising the UI.booleanFaviconHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanPushRequestHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanPwaHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanSessionRequestHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) voidStreamReceiverHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamReceiver streamReceiver, String uiId, String securityKey) Handle reception of incoming stream from the client.booleanStreamRequestHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) voidStreamResourceHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamResource streamResource) Handle sending for a stream resource request.voidServerRpcHandler.handleRpc(UI ui, Reader reader, VaadinRequest request) Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.voidServerRpcHandler.handleRpc(UI ui, String message, VaadinRequest request) Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.booleanHeartbeatHandler.handleSessionExpired(VaadinRequest request, VaadinResponse response) booleanPushRequestHandler.handleSessionExpired(VaadinRequest request, VaadinResponse response) booleanUidlRequestHandler.handleSessionExpired(VaadinRequest request, VaadinResponse response) protected booleanWebComponentBootstrapHandler.handleWebComponentResyncRequest(BootstrapHandler.BootstrapContext context, VaadinRequest request, VaadinResponse response) Handles WebComponents resynchronization requestprotected booleanStreamReceiverHandler.isMultipartUpload(VaadinRequest request) booleanHeartbeatHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) Handles a heartbeat request for the given session.booleanIndexHtmlRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanJavaScriptBootstrapHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanUidlRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) UidlRequestHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, String requestBody) booleanWebComponentBootstrapHandler.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) booleanWebComponentProvider.synchronizedHandleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response) Method parameters in com.vaadin.flow.server.communication with type arguments of type VaadinRequestModifier and TypeMethodDescriptionprotected 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) Constructors in com.vaadin.flow.server.communication with parameters of type VaadinRequestModifierConstructorDescriptionIndexHtmlResponse(VaadinRequest vaadinRequest, VaadinResponse vaadinResponse, org.jsoup.nodes.Document document) Create a response object for client side bootstrapping.IndexHtmlResponse(VaadinRequest vaadinRequest, VaadinResponse vaadinResponse, org.jsoup.nodes.Document document, UI ui) Create a response object for client side bootstrapping with UI.JavaScriptBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> callback) Creates a new context instance using the given parameters.RpcRequest(String jsonString, VaadinRequest request) Creates an instance based on the given JSON received through the given request.Constructor parameters in com.vaadin.flow.server.communication with type arguments of type VaadinRequestModifierConstructorDescriptionJavaScriptBootstrapContext(VaadinRequest request, VaadinResponse response, UI ui, Function<VaadinRequest, String> callback) Creates a new context instance using the given parameters. -
Uses of VaadinRequest in com.vaadin.flow.server.dau
Methods in com.vaadin.flow.server.dau that return VaadinRequestModifier and TypeMethodDescriptionUserIdentityContext.request()Returns the value of therequestrecord component.Methods in com.vaadin.flow.server.dau with parameters of type VaadinRequestModifier and TypeMethodDescriptionstatic voidFlowDauIntegration.applyEnforcement(VaadinRequest request, Predicate<VaadinRequest> enforceableRequest) Potentially applies enforcement to the current request if DAU limit is exceeded.static jakarta.servlet.http.CookieFlowDauIntegration.generateNewCookie(VaadinRequest request) Generates a new cookie for counting daily active users within 24 hour time interval.DAUUtils.getEnforcementNotificationMessages(VaadinRequest vaadinRequest) Gets the enforcement messages for the given request.static Optional<jakarta.servlet.http.Cookie> DAUUtils.getTrackingCookie(VaadinRequest request) Looks up for a daily active user tracking cookie in a given http request from browser.voidDAUVaadinRequestInterceptor.handleException(VaadinRequest request, VaadinResponse response, VaadinSession vaadinSession, Exception t) static StringDAUUtils.jsonEnforcementResponse(VaadinRequest vaadinRequest, DauEnforcementException enforcementException) Creates a JSON message which, when sent to client as-is, will cause a critical error to be shown with the given details.voidDAUVaadinRequestInterceptor.requestEnd(VaadinRequest request, VaadinResponse response, VaadinSession session) voidDAUVaadinRequestInterceptor.requestStart(VaadinRequest request, VaadinResponse response) Method parameters in com.vaadin.flow.server.dau with type arguments of type VaadinRequestModifier and TypeMethodDescriptionstatic voidFlowDauIntegration.applyEnforcement(VaadinRequest request, Predicate<VaadinRequest> enforceableRequest) Potentially applies enforcement to the current request if DAU limit is exceeded.Constructors in com.vaadin.flow.server.dau with parameters of type VaadinRequestModifierConstructorDescriptionUserIdentityContext(VaadinRequest request, VaadinSession session) Creates an instance of aUserIdentityContextrecord class. -
Uses of VaadinRequest in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams that return VaadinRequestModifier and TypeMethodDescriptionDownloadEvent.getRequest()GetVaadinRequestfor download event.UploadEvent.getRequest()GetVaadinRequestfor download event.TransferContext.request()Returns the value of therequestrecord component.Methods in com.vaadin.flow.server.streams with parameters of type VaadinRequestModifier and TypeMethodDescriptiondefault voidDownloadHandler.handleRequest(VaadinRequest request, VaadinResponse response, VaadinSession session, Element owner) voidElementRequestHandler.handleRequest(VaadinRequest request, VaadinResponse response, VaadinSession session, Element owner) Request handler callback for handing client-server or server-client data transfer scoped to a specific (owner) element.default voidUploadHandler.handleRequest(VaadinRequest request, VaadinResponse response, VaadinSession session, Element owner) Constructors in com.vaadin.flow.server.streams with parameters of type VaadinRequestModifierConstructorDescriptionDownloadEvent(VaadinRequest request, VaadinResponse response, VaadinSession session, Element owningElement) TransferContext(VaadinRequest request, VaadinResponse response, VaadinSession session, String fileName, Element owningElement, long contentLength) Create a transfer context for data transfer progress listeners.TransferContext(VaadinRequest request, VaadinResponse response, VaadinSession session, String fileName, Element owningElement, long contentLength, Exception exception) Creates an instance of aTransferContextrecord class.UploadEvent(VaadinRequest request, VaadinResponse response, VaadinSession session, String fileName, long contentLength, String contentType, Element owningElement, org.apache.commons.fileupload2.core.FileItemInput item, jakarta.servlet.http.Part part) Create a new download event with required data. -
Uses of VaadinRequest in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected PrincipalSpringNavigationAccessControl.getPrincipal(VaadinRequest request) SpringNavigationAccessControl.getRolesChecker(VaadinRequest request) voidVaadinRolePrefixHolder.resetRolePrefix(VaadinRequest request) Reset role prefix from the given request. -
Uses of VaadinRequest in com.vaadin.hilla.route
Methods in com.vaadin.hilla.route with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected Map<String, AvailableViewInfo> ServerAndClientViewsProvider.collectClientViews(VaadinRequest request) ServerAndClientViewsProvider.createFileRoutesJson(VaadinRequest request) -
Uses of VaadinRequest in com.vaadin.testbench.unit.mocks
Methods in com.vaadin.testbench.unit.mocks with parameters of type VaadinRequestModifier and TypeMethodDescriptionprotected VaadinSessionMockSpringServletService.createVaadinSession(VaadinRequest request) MockSpringServletService.getMainDivId(VaadinSession session, VaadinRequest request)