Uses of Class
com.vaadin.server.VaadinSession

Packages that use VaadinSession
com.vaadin The Vaadin base package. 
com.vaadin.data.util.converter   
com.vaadin.server   
com.vaadin.ui   
 

Uses of VaadinSession in com.vaadin
 

Methods in com.vaadin that return VaadinSession
 VaadinSession LegacyApplication.getContext()
          Deprecated.  
 

Uses of VaadinSession in com.vaadin.data.util.converter
 

Methods in com.vaadin.data.util.converter with parameters of type VaadinSession
static
<PRESENTATIONTYPE,MODELTYPE>
Converter<PRESENTATIONTYPE,MODELTYPE>
ConverterUtil.getConverter(java.lang.Class<PRESENTATIONTYPE> presentationType, java.lang.Class<MODELTYPE> modelType, VaadinSession session)
          Finds a converter that can convert from the given presentation type to the given model type and back.
 

Uses of VaadinSession in com.vaadin.server
 

Subclasses of VaadinSession in com.vaadin.server
 class VaadinPortletSession
          Deprecated. might be refactored or removed before 7.0.0
 class VaadinServletSession
          Deprecated. might be refactored or removed before 7.0.0
 

Methods in com.vaadin.server that return VaadinSession
 VaadinSession VaadinSession.WindowDetachEvent.getApplication()
          Deprecated. Gets the application from which the window was detached.
 VaadinSession VaadinSession.WindowAttachEvent.getApplication()
          Deprecated. Gets the application to which the window was attached.
 VaadinSession ApplicationStartedEvent.getApplication()
          Gets the newly started Application.
protected  VaadinSession GAEVaadinServlet.getApplicationContext(javax.servlet.http.HttpServletRequest request, com.google.appengine.api.memcache.MemcacheService memcache)
           
protected  VaadinSession VaadinServlet.getApplicationContext(javax.servlet.http.HttpSession session)
          Deprecated. might be refactored or removed before 7.0.0
static VaadinSession VaadinSession.getCurrent()
          Gets the currently used session.
protected  VaadinSession VaadinServlet.getExistingApplication(javax.servlet.http.HttpServletRequest request, boolean allowSessionCreation)
          Deprecated. might be refactored or removed before 7.0.0
static VaadinSession VaadinSession.getForSession(WrappedSession underlyingSession)
          Deprecated. might be refactored or removed before 7.0.0
protected  VaadinSession AbstractClientConnector.getSession()
          Finds the VaadinSession to which this connector belongs.
protected  VaadinSession AbstractCommunicationManager.getVaadinSession()
          Deprecated.  
 VaadinSession BootstrapResponse.getVaadinSession()
          Gets the vaadin session to which the rendered view belongs.
 VaadinSession BootstrapHandler.BootstrapContext.getVaadinSession()
           
 VaadinSession VaadinService.getVaadinSession(WrappedRequest request)
          Gets the Vaadin session associated with this request.
 VaadinSession AbstractVaadinService.getVaadinSession(WrappedRequest request)
           
 

Methods in com.vaadin.server with parameters of type VaadinSession
 CommunicationManager VaadinServlet.createCommunicationManager(VaadinSession application)
          Deprecated. Instead of overriding this method, override VaadinServletSession implementation via VaadinServlet.getApplicationContext(HttpSession) method and in that customized implementation return your CommunicationManager in VaadinServletSession#getApplicationManager(VaadinSession, VaadinServlet) method.
 void AddonContext.fireApplicationStarted(VaadinSession application)
          Fires an ApplicationStartedEvent to all registered listeners.
 void AbstractCommunicationManager.handleBrowserDetailsRequest(WrappedRequest request, WrappedResponse response, VaadinSession session)
          Deprecated.  
 void AbstractCommunicationManager.handleFileUpload(VaadinSession session, WrappedRequest request, WrappedResponse response)
          Deprecated. Handles file upload request submitted via Upload component.
 void AbstractCommunicationManager.handleHeartbeatRequest(WrappedRequest request, WrappedResponse response, VaadinSession session)
          Deprecated. Handles a heartbeat request.
 boolean GlobalResourceHandler.handleRequest(VaadinSession session, WrappedRequest request, WrappedResponse response)
           
 boolean UnsupportedBrowserHandler.handleRequest(VaadinSession session, WrappedRequest request, WrappedResponse response)
           
 boolean RequestHandler.handleRequest(VaadinSession session, WrappedRequest request, WrappedResponse response)
          Handles a non-UIDL request.
 boolean ConnectorResourceHandler.handleRequest(VaadinSession session, WrappedRequest request, WrappedResponse response)
           
 boolean BootstrapHandler.handleRequest(VaadinSession session, WrappedRequest request, WrappedResponse response)
          Deprecated.  
 boolean AbstractCommunicationManager.isXSRFEnabled(VaadinSession session)
          Deprecated. Returns false if the cross site request forgery protection is turned off.
static void VaadinSession.setCurrent(VaadinSession session)
          Sets the thread local for the current session.
 void RequestTimer.stop(VaadinSession context)
          Stops the timing of a request.
 

Constructors in com.vaadin.server with parameters of type VaadinSession
AbstractCommunicationManager(VaadinSession session)
          Deprecated. TODO New constructor - document me!
ApplicationStartedEvent(AddonContext context, VaadinSession application)
          Creates a new event.
BootstrapFragmentResponse(BootstrapHandler handler, WrappedRequest request, VaadinSession session, java.lang.Class<? extends UI> uiClass, java.util.List<org.jsoup.nodes.Node> fragmentNodes)
          Crate a new bootstrap fragment response.
BootstrapPageResponse(BootstrapHandler handler, WrappedRequest request, VaadinSession session, java.lang.Class<? extends UI> uiClass, org.jsoup.nodes.Document document, java.util.Map<java.lang.String,java.lang.Object> headers)
          Crate a new bootstrap page response.
BootstrapResponse(BootstrapHandler handler, WrappedRequest request, VaadinSession session, java.lang.Class<? extends UI> uiClass)
          Creates a new bootstrap event.
CommunicationManager(VaadinSession session)
          Deprecated. TODO New constructor - document me!
PortletCommunicationManager(VaadinSession session)
          Deprecated.  
VaadinSession.WindowAttachEvent(VaadinSession application, Window window)
          Deprecated. Creates a event.
VaadinSession.WindowDetachEvent(VaadinSession application, Window window)
          Deprecated. Creates a event.
 

Uses of VaadinSession in com.vaadin.ui
 

Methods in com.vaadin.ui that return VaadinSession
 VaadinSession UI.getSession()
          Gets the application object to which the component is attached.
 

Methods in com.vaadin.ui with parameters of type VaadinSession
 void UI.setSession(VaadinSession session)
          Sets the application to which this UI is assigned.
 



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