Package io.jmix.ui.testassist.ui
Class TestVaadinSession
java.lang.Object
com.vaadin.server.VaadinSession
io.jmix.ui.testassist.ui.TestVaadinSession
- All Implemented Interfaces:
Serializable
,EventListener
,javax.servlet.http.HttpSessionBindingListener
public class TestVaadinSession
extends com.vaadin.server.VaadinSession
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.server.VaadinSession
com.vaadin.server.VaadinSession.FutureAccess, com.vaadin.server.VaadinSession.State
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.vaadin.server.WebBrowser
protected com.vaadin.server.WrappedSession
Fields inherited from class com.vaadin.server.VaadinSession
browser, UI_PARAMETER
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vaadin.server.VaadinSession
access, accessSynchronously, addBootstrapListener, addRequestHandler, addUI, addUIProvider, close, createConnectorId, getAllSessions, getAttribute, getAttribute, getCommunicationManager, getConfiguration, getConverterFactory, getCsrfToken, getCumulativeRequestDuration, getCurrent, getDragAndDropService, getErrorHandler, getForSession, getGlobalResourceHandler, getLastRequestDuration, getLastRequestTimestamp, getLocale, getLockInstance, getNextConnectorId, getNextUIid, getPendingAccessQueue, getPushId, getRequestHandlers, getService, getState, getUIByEmbedId, getUIById, getUIProviders, getUIs, hasLock, isClosing, modifyBootstrapResponse, refreshTransients, removeBootstrapListener, removeFromSession, removeRequestHandler, removeUI, removeUIProvider, setAttribute, setAttribute, setCommunicationManager, setConfiguration, setConverterFactory, setCurrent, setErrorHandler, setLastRequestDuration, setLastRequestTimestamp, setLocale, setState, storeInSession, valueBound, valueUnbound
-
Field Details
-
webBrowser
protected com.vaadin.server.WebBrowser webBrowser -
wrappedSession
protected com.vaadin.server.WrappedSession wrappedSession
-
-
Constructor Details
-
TestVaadinSession
-
-
Method Details
-
hasLock
public boolean hasLock()- Overrides:
hasLock
in classcom.vaadin.server.VaadinSession
-
lock
public void lock()- Overrides:
lock
in classcom.vaadin.server.VaadinSession
-
unlock
public void unlock()- Overrides:
unlock
in classcom.vaadin.server.VaadinSession
-
getSession
public com.vaadin.server.WrappedSession getSession()- Overrides:
getSession
in classcom.vaadin.server.VaadinSession
-
getBrowser
public com.vaadin.server.WebBrowser getBrowser()- Overrides:
getBrowser
in classcom.vaadin.server.VaadinSession
-