Uses of Class
com.vaadin.flow.server.VaadinServletService
-
Uses of VaadinServletService in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinServletServiceModifier and TypeMethodDescriptionprotected VaadinServletService
VaadinServlet.createServletService()
Creates a vaadin servlet service.
protected VaadinServletService
VaadinServlet.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 PushHandler
PushRequestHandler.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 TypeClassDescriptionclass
Spring application context aware Vaadin servlet service implementation.
Methods in com.vaadin.flow.spring that return VaadinServletServiceModifier and TypeMethodDescriptionprotected VaadinServletService
SpringServlet.createServletService
(DeploymentConfiguration deploymentConfiguration) -
Uses of VaadinServletService in com.vaadin.testbench.unit.mocks
Subclasses of VaadinServletService in com.vaadin.testbench.unit.mocksModifier and TypeClassDescriptionclass
A mocking service that performs three very important tasks: Overrides
MockSpringServletService.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 aMockSpringVaadinSession
instead 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 VaadinServletService
MockSpringServlet.createServletService
(DeploymentConfiguration deploymentConfiguration)