Class TestVaadinSession

java.lang.Object
com.vaadin.flow.server.VaadinSession
com.vaadin.flow.spring.SpringVaadinSession
io.jmix.flowui.testassist.vaadin.TestVaadinSession
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.http.HttpSessionBindingListener

public class TestVaadinSession extends com.vaadin.flow.spring.SpringVaadinSession
See Also:
  • Field Summary

    Fields inherited from class com.vaadin.flow.server.VaadinSession

    browser, UI_PARAMETER
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestVaadinSession(com.vaadin.flow.server.VaadinService service)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
     

    Methods inherited from class com.vaadin.flow.spring.SpringVaadinSession

    addDestroyListener, fireSessionDestroy

    Methods inherited from class com.vaadin.flow.server.VaadinSession

    access, accessSynchronously, addRequestHandler, addUI, checkHasLock, checkHasLock, close, createStreamResourceRegistry, 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

    Methods inherited from class java.lang.Object

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

    • TestVaadinSession

      public TestVaadinSession(com.vaadin.flow.server.VaadinService service)
  • Method Details

    • hasLock

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

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

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