Uses of Class
com.vaadin.quarkus.QuarkusVaadinServletService
Packages that use QuarkusVaadinServletService
-
Uses of QuarkusVaadinServletService in com.vaadin.browserless.quarkus.mocks
Subclasses of QuarkusVaadinServletService in com.vaadin.browserless.quarkus.mocksModifier and TypeClassDescriptionclassA mocking service that performs three very important tasks: OverridesMockQuarkusServletService.isAtmosphereAvailable()to tell Vaadin that we don't have Atmosphere (otherwise Vaadin will crash) Provides some dummy value as a root ID viaMockQuarkusServletService.getMainDivId(com.vaadin.flow.server.VaadinSession, com.vaadin.flow.server.VaadinRequest)(otherwise the mocked servlet env will crash). Provides aMockVaadinSessioninstead ofVaadinSession. The class is intentionally opened, to be extensible in user's library.