Class MockUI.AlwaysLockedVaadinSession
java.lang.Object
com.vaadin.server.VaadinSession
com.vaadin.testbench.uiunittest.mocks.MockVaadinSession
com.vaadin.testbench.uiunittest.mocks.MockUI.AlwaysLockedVaadinSession
- All Implemented Interfaces:
Serializable,EventListener,javax.servlet.http.HttpSessionBindingListener
- Enclosing class:
MockUI
- 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
Fields inherited from class com.vaadin.server.VaadinSession
browser, UI_PARAMETER -
Constructor Summary
ConstructorsConstructorDescriptionAlwaysLockedVaadinSession(com.vaadin.server.VaadinService service, MockHttpSession session) -
Method Summary
Methods inherited from class com.vaadin.testbench.uiunittest.mocks.MockVaadinSession
close, getCloseCount, getHttpSession, getLockInstance, getSession, lock, unlockMethods inherited from class com.vaadin.server.VaadinSession
access, accessSynchronously, addBootstrapListener, addRequestHandler, addUI, addUIProvider, createConnectorId, getAllSessions, getAttribute, getAttribute, getBrowser, getCommunicationManager, getConfiguration, getConverterFactory, getCsrfToken, getCumulativeRequestDuration, getCurrent, getDragAndDropService, getErrorHandler, getForSession, getGlobalResourceHandler, getLastRequestDuration, getLastRequestTimestamp, getLocale, getNextConnectorId, getNextUIid, getPendingAccessQueue, getPushId, getRequestHandlers, getService, getState, getUIByEmbedId, getUIById, getUIProviders, getUIs, hasLock, hasLock, isClosing, modifyBootstrapResponse, refreshTransients, removeBootstrapListener, removeFromSession, removeRequestHandler, removeUI, removeUIProvider, setAttribute, setAttribute, setCommunicationManager, setConfiguration, setConverterFactory, setCurrent, setErrorHandler, setLastRequestDuration, setLastRequestTimestamp, setLocale, setState, storeInSession, valueBound, valueUnbound
-
Constructor Details
-
AlwaysLockedVaadinSession
-