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:
- 
Field SummaryFields inherited from class com.vaadin.flow.server.VaadinSessionbrowser
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.vaadin.flow.spring.SpringVaadinSessionaddDestroyListener, fireSessionDestroyMethods inherited from class com.vaadin.flow.server.VaadinSessionaccess, accessSynchronously, addRequestHandler, addUI, checkHasLock, checkHasLock, checkSetConfiguration, close, createStreamResourceRegistry, findElement, 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- 
TestVaadinSessionpublic TestVaadinSession(com.vaadin.flow.server.VaadinService service) 
 
- 
- 
Method Details- 
hasLockpublic boolean hasLock()- Overrides:
- hasLockin class- com.vaadin.flow.server.VaadinSession
 
- 
lockpublic void lock()- Overrides:
- lockin class- com.vaadin.flow.server.VaadinSession
 
- 
unlockpublic void unlock()- Overrides:
- unlockin class- com.vaadin.flow.server.VaadinSession
 
 
-