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
FieldsModifier and TypeFieldDescriptionprotected com.vaadin.server.WebBrowserprotected com.vaadin.server.WrappedSessionFields inherited from class com.vaadin.server.VaadinSession
browser, UI_PARAMETER -
Constructor Summary
Constructors -
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:
hasLockin classcom.vaadin.server.VaadinSession
-
lock
public void lock()- Overrides:
lockin classcom.vaadin.server.VaadinSession
-
unlock
public void unlock()- Overrides:
unlockin classcom.vaadin.server.VaadinSession
-
getSession
public com.vaadin.server.WrappedSession getSession()- Overrides:
getSessionin classcom.vaadin.server.VaadinSession
-
getBrowser
public com.vaadin.server.WebBrowser getBrowser()- Overrides:
getBrowserin classcom.vaadin.server.VaadinSession
-