All Classes and Interfaces

Classes
Class
Description
A SpringLookupInitializer that adapts Spring ApplicationContext to WebApplicationContext and registers it into ServletContext so that lookup can be initialized correctly.
Makes sure that the MockSpringServlet.routes are properly registered, and that MockSpringServletService is used instead of vanilla SpringVaadinServletService.
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 via MockSpringServletService.getMainDivId(com.vaadin.flow.server.VaadinSession, com.vaadin.flow.server.VaadinRequest) (otherwise the mocked servlet env will crash). Provides a MockSpringVaadinSession instead of com.vaadin.flow.spring.SpringVaadinSession. The class is intentionally opened, to be extensible in user's library.
A Vaadin Session with one important difference: Creates a new session when this one is closed.
An adapter to make a generic Spring ApplicationContext act like a WebApplicationContext.
Factory for creating a Spring-integrated BrowserlessApplicationContext.
Base JUnit 6 class for browserless testing of applications based on Spring Framework.
Spring Security implementation of SecurityContextHandler.
Configures mock request with authentication details from Spring Security.