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

    Fields
    Modifier and Type
    Field
    Description
    protected com.vaadin.server.WebBrowser
     
    protected com.vaadin.server.WrappedSession
     

    Fields inherited from class com.vaadin.server.VaadinSession

    browser, UI_PARAMETER
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestVaadinSession(com.vaadin.server.WebBrowser webBrowser, Locale locale)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.server.WebBrowser
     
    com.vaadin.server.WrappedSession
     
    boolean
     
    void
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • webBrowser

      protected com.vaadin.server.WebBrowser webBrowser
    • wrappedSession

      protected com.vaadin.server.WrappedSession wrappedSession
  • Constructor Details

    • TestVaadinSession

      public TestVaadinSession(com.vaadin.server.WebBrowser webBrowser, Locale locale)
  • Method Details

    • hasLock

      public boolean hasLock()
      Overrides:
      hasLock in class com.vaadin.server.VaadinSession
    • lock

      public void lock()
      Overrides:
      lock in class com.vaadin.server.VaadinSession
    • unlock

      public void unlock()
      Overrides:
      unlock in class com.vaadin.server.VaadinSession
    • getSession

      public com.vaadin.server.WrappedSession getSession()
      Overrides:
      getSession in class com.vaadin.server.VaadinSession
    • getBrowser

      public com.vaadin.server.WebBrowser getBrowser()
      Overrides:
      getBrowser in class com.vaadin.server.VaadinSession