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 vaadin session is currently associated.
 WrappedSession WrappedRequest.getWrappedSession()
          Gets the session associated with this request.
 WrappedSession WrappedPortletRequest.getWrappedSession()
           
 WrappedSession CombinedRequest.getWrappedSession()
           
 WrappedSession WrappedHttpServletRequest.getWrappedSession()
           
 

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



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