Uses of Class
com.vaadin.flow.server.VaadinServletService
Packages that use VaadinServletService
Package
Description
-
Uses of VaadinServletService in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinServletServiceModifier and TypeMethodDescriptionprotected VaadinServletServiceVaadinServlet.createServletService()Creates a vaadin servlet service.protected VaadinServletServiceVaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration) Creates a vaadin servlet service.VaadinServlet.getService()Gets the Vaadin service for this servlet.VaadinServletRequest.getService()VaadinServletResponse.getService()Constructors in com.vaadin.flow.server with parameters of type VaadinServletServiceModifierConstructorDescriptionVaadinServletRequest(jakarta.servlet.http.HttpServletRequest request, VaadinServletService vaadinService) Wraps a http servlet request and associates with a vaadin service.VaadinServletResponse(jakarta.servlet.http.HttpServletResponse response, VaadinServletService vaadinService) Wraps a http servlet response and an associated vaadin service. -
Uses of VaadinServletService in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type VaadinServletServiceModifier and TypeMethodDescriptionprotected PushHandlerPushRequestHandler.createPushHandler(VaadinServletService service) Creates a push handler for this request handler.Constructors in com.vaadin.flow.server.communication with parameters of type VaadinServletServiceModifierConstructorDescriptionPushHandler(VaadinServletService service) Creates an instance connected to the given service.PushRequestHandler(VaadinServletService service) Creates an instance connected to the given service. -
Uses of VaadinServletService in com.vaadin.flow.spring
Subclasses of VaadinServletService in com.vaadin.flow.springModifier and TypeClassDescriptionclassSpring application context aware Vaadin servlet service implementation.Methods in com.vaadin.flow.spring that return VaadinServletServiceModifier and TypeMethodDescriptionprotected VaadinServletServiceSpringServlet.createServletService(DeploymentConfiguration deploymentConfiguration) -
Uses of VaadinServletService in com.vaadin.testbench.unit.mocks
Subclasses of VaadinServletService in com.vaadin.testbench.unit.mocksModifier and TypeClassDescriptionclassA mocking service that performs three very important tasks: OverridesMockSpringServletService.isAtmosphereAvailable()to tell Vaadin that we don't have Atmosphere (otherwise Vaadin will crash) Provides some dummy value as a root ID viaMockSpringServletService.getMainDivId(com.vaadin.flow.server.VaadinSession, com.vaadin.flow.server.VaadinRequest)(otherwise the mocked servlet env will crash). Provides aMockSpringVaadinSessioninstead ofSpringVaadinSession. The class is intentionally opened, to be extensible in user's library.Methods in com.vaadin.testbench.unit.mocks that return VaadinServletServiceModifier and TypeMethodDescriptionprotected VaadinServletServiceMockSpringServlet.createServletService(DeploymentConfiguration deploymentConfiguration)