Uses of Interface
com.vaadin.server.WrappedSession

Packages that use WrappedSession
com.vaadin.server   
 

Uses of WrappedSession in com.vaadin.server
 

Classes in com.vaadin.server that implement WrappedSession
 class WrappedHttpSession
          Wrapper for HttpSession.
 class WrappedPortletSession
          Wrapper for
 

Methods in com.vaadin.server that return WrappedSession
 WrappedSession VaadinSession.getSession()
          Gets the underlying session to which this service session is currently associated.
 WrappedSession VaadinPortletRequest.getWrappedSession()
           
 WrappedSession VaadinServletRequest.getWrappedSession()
           
 WrappedSession VaadinRequest.getWrappedSession()
          Gets the session associated with this request, creating a new if there is no session.
 WrappedSession VaadinPortletRequest.getWrappedSession(boolean allowSessionCreation)
           
 WrappedSession VaadinServletRequest.getWrappedSession(boolean allowSessionCreation)
           
 WrappedSession VaadinRequest.getWrappedSession(boolean allowSessionCreation)
          Gets the session associated with this request, optionally creating a new if there is no session.
 

Methods in com.vaadin.server with parameters of type WrappedSession
static VaadinSession VaadinSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. As of 7.0. Should be moved to a separate session storage class some day.
protected  java.util.concurrent.locks.Lock VaadinService.getSessionLock(WrappedSession wrappedSession)
          Gets the lock instance used to lock the VaadinSession associated with the given wrapped session.
protected  void VaadinService.lockSession(WrappedSession wrappedSession)
          Locks the given session for this service instance.
 void VaadinSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. As of 7.0. Should be moved to a separate session storage class some day.
protected  void VaadinService.unlockSession(WrappedSession wrappedSession)
          Releases the lock for the given session for this service instance.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.