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 VaadinServiceSession.getSession()
          Gets the underlying session to which this service session is currently associated.
 WrappedSession VaadinPortletRequest.getWrappedSession()
           
 WrappedSession VaadinRequest.getWrappedSession()
          Gets the session associated with this request, creating a new if there is no session.
 WrappedSession VaadinServletRequest.getWrappedSession()
           
 WrappedSession VaadinPortletRequest.getWrappedSession(boolean allowSessionCreation)
           
 WrappedSession VaadinRequest.getWrappedSession(boolean allowSessionCreation)
          Gets the session associated with this request, optionally creating a new if there is no session.
 WrappedSession VaadinServletRequest.getWrappedSession(boolean allowSessionCreation)
           
 

Methods in com.vaadin.server with parameters of type WrappedSession
static VaadinServiceSession VaadinServiceSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. might be refactored or removed before 7.0.0
 void VaadinServiceSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. might be refactored or removed before 7.0.0
 



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