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 classprotected 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, fireSessionDestroyMethods 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:
hasLockin classcom.vaadin.flow.server.VaadinSession
-
getLockInstance
- Overrides:
getLockInstancein classcom.vaadin.flow.server.VaadinSession
-
lock
public void lock()- Overrides:
lockin classcom.vaadin.flow.server.VaadinSession
-
unlock
public void unlock()- Overrides:
unlockin classcom.vaadin.flow.server.VaadinSession
-