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:
Serializable
,EventListener
,javax.servlet.http.HttpSessionBindingListener
public class TestVaadinSession
extends com.vaadin.flow.spring.SpringVaadinSession
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.flow.server.VaadinSession
browser, UI_PARAMETER
-
Constructor Summary
-
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, addUI, checkHasLock, checkHasLock, close, createStreamResourceRegistry, getAllSessions, getAttribute, getAttribute, getBrowser, getConfiguration, getCumulativeRequestDuration, getCurrent, getErrorHandler, getLastLocked, getLastRequestDuration, getLastRequestTimestamp, getLastUnlocked, getLocale, getLockInstance, 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
-
lock
public void lock()- Overrides:
lock
in classcom.vaadin.flow.server.VaadinSession
-
unlock
public void unlock()- Overrides:
unlock
in classcom.vaadin.flow.server.VaadinSession
-