Class SessionObjects

  • All Implemented Interfaces:

    
    public final class SessionObjects
    
                        

    Holds the objects created during session initialization, before they are installed as thread-locals. Used by MockVaadin.createSessionObjects to allow callers (e.g. multi-user context) to manage thread-locals themselves.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionObjects(VaadinSession session, VaadinRequest request, VaadinResponse response, MockHttpSession httpSession)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final VaadinSession getSession()
      final VaadinRequest getRequest()
      final VaadinResponse getResponse()
      final MockHttpSession getHttpSession()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait