Index

C G I M R U 
All Classes and Interfaces|All Packages|Serialized Form

C

close() - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringVaadinSession
 
com.github.mvysny.kaributesting.v10.spring - package com.github.mvysny.kaributesting.v10.spring
 
createDeploymentConfiguration() - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 
createServletService(DeploymentConfiguration) - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 
createVaadinSession(VaadinRequest) - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServletService
 
ctx - Variable in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 

G

getInstantiator() - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServletService
 
getMainDivId(VaadinSession, VaadinRequest) - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServletService
 

I

init(ServletConfig) - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 
isAtmosphereAvailable() - Method in class com.github.mvysny.kaributesting.v10.spring.MockSpringServletService
 

M

MockSpringServlet - Class in com.github.mvysny.kaributesting.v10.spring
Makes sure that the MockSpringServlet.routes are properly registered, and that MockSpringServletService is used instead of vanilla SpringVaadinServletService.
MockSpringServlet(Routes, ApplicationContext, Function0<UI>) - Constructor for class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 
MockSpringServletService - Class in com.github.mvysny.kaributesting.v10.spring
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 SpringVaadinSession. The class is intentionally opened, to be extensible in user's library.
MockSpringServletService(MockSpringServlet, DeploymentConfiguration, ApplicationContext, Function0<UI>) - Constructor for class com.github.mvysny.kaributesting.v10.spring.MockSpringServletService
 
MockSpringVaadinSession - Class in com.github.mvysny.kaributesting.v10.spring
A Vaadin Session with one important difference: Creates a new session when this one is closed.
MockSpringVaadinSession(VaadinService, Function0<UI>) - Constructor for class com.github.mvysny.kaributesting.v10.spring.MockSpringVaadinSession
 

R

routes - Variable in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 

U

uiFactory - Variable in class com.github.mvysny.kaributesting.v10.spring.MockSpringServlet
 
C G I M R U 
All Classes and Interfaces|All Packages|Serialized Form