Package io.jmix.flowui.testassist.vaadin
Class TestVaadinSession
java.lang.Object
com.vaadin.flow.server.VaadinSession
com.vaadin.flow.spring.SpringVaadinSession
io.jmix.flowui.testassist.vaadin.TestVaadinSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionBindingListener
,Serializable
,EventListener
public class TestVaadinSession
extends com.vaadin.flow.spring.SpringVaadinSession
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
protected static class
-
Field Summary
Fields inherited from class com.vaadin.flow.server.VaadinSession
browser
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.spring.SpringVaadinSession
addDestroyListener, fireSessionDestroy
Methods inherited from class com.vaadin.flow.server.VaadinSession
access, accessSynchronously, addRequestHandler, addSessionDestroyListener, addUI, checkHasLock, checkHasLock, checkSetConfiguration, close, createStreamResourceRegistry, findElement, getAllSessions, getAttribute, getAttribute, getBrowser, getConfiguration, getCumulativeRequestDuration, getCurrent, getErrorHandler, getLastLocked, getLastRequestDuration, getLastRequestTimestamp, getLastUnlocked, getLocale, getNextUIid, getPendingAccessQueue, getPushId, getRequestHandlers, getResourceRegistry, getService, getSession, getState, getUIById, getUIs, hasLock, refreshTransients, removeRequestHandler, removeUI, setAttribute, setAttribute, setBrowser, setConfiguration, setCurrent, setErrorHandler, setLastRequestDuration, setLastRequestTimestamp, setLocale, setState, valueBound, valueUnbound
-
Constructor Details
-
TestVaadinSession
public TestVaadinSession(com.vaadin.flow.server.VaadinService service)
-
-
Method Details
-
hasLock
public boolean hasLock()- Overrides:
hasLock
in classcom.vaadin.flow.server.VaadinSession
-
getLockInstance
- Overrides:
getLockInstance
in classcom.vaadin.flow.server.VaadinSession
-
lock
public void lock()- Overrides:
lock
in classcom.vaadin.flow.server.VaadinSession
-
unlock
public void unlock()- Overrides:
unlock
in classcom.vaadin.flow.server.VaadinSession
-