Uses of Class
com.vaadin.server.VaadinServiceSession

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

Uses of VaadinServiceSession in com.vaadin
 

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

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

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

Uses of VaadinServiceSession in com.vaadin.server
 

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

Methods in com.vaadin.server that return VaadinServiceSession
protected  VaadinServiceSession VaadinPortletService.createVaadinSession(VaadinRequest request)
           
protected  VaadinServiceSession VaadinService.createVaadinSession(VaadinRequest request)
          Creates a new Vaadin service session.
 VaadinServiceSession VaadinService.findVaadinSession(VaadinRequest request)
          Attempts to find a Vaadin service session associated with this request.
 VaadinServiceSession VaadinServiceSession.WindowDetachEvent.getApplication()
          Deprecated. Gets the application from which the window was detached.
 VaadinServiceSession VaadinServiceSession.WindowAttachEvent.getApplication()
          Deprecated. Gets the application to which the window was attached.
protected  VaadinServiceSession GAEVaadinServlet.getApplicationContext(javax.servlet.http.HttpServletRequest request, com.google.appengine.api.memcache.MemcacheService memcache)
           
static VaadinServiceSession VaadinServiceSession.getCurrent()
          Gets the currently used session.
protected  VaadinServiceSession VaadinService.getExistingSession(VaadinRequest request, boolean allowSessionCreation)
           
static VaadinServiceSession VaadinServiceSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. might be refactored or removed before 7.0.0
 VaadinServiceSession BootstrapResponse.getSession()
          Gets the service session to which the rendered view belongs.
 VaadinServiceSession SessionInitEvent.getSession()
          Gets the Vaadin service session that has been initialized.
 VaadinServiceSession BootstrapHandler.BootstrapContext.getSession()
           
protected  VaadinServiceSession AbstractClientConnector.getSession()
          Finds the VaadinServiceSession to which this connector belongs.
 VaadinServiceSession SessionDestroyEvent.getSession()
          Gets the Vaadin service session that is no longer used.
protected  VaadinServiceSession AbstractCommunicationManager.getSession()
          Deprecated.  
 

Methods in com.vaadin.server with parameters of type VaadinServiceSession
 void VaadinService.closeSession(VaadinServiceSession session)
          Closes the VaadinServiceSession and discards all associated UI state.
protected  AbstractCommunicationManager VaadinPortletService.createCommunicationManager(VaadinServiceSession session)
           
protected  AbstractCommunicationManager VaadinServletService.createCommunicationManager(VaadinServiceSession session)
           
protected abstract  AbstractCommunicationManager VaadinService.createCommunicationManager(VaadinServiceSession session)
          Create a communication manager to use for the given service session.
 void VaadinService.fireSessionDestroy(VaadinServiceSession vaadinSession)
           
 java.lang.String VaadinPortletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 java.lang.String VaadinServletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
abstract  java.lang.String VaadinService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
          Creates and returns a unique ID for the DIV where the UI is to be rendered.
 void AbstractCommunicationManager.handleBrowserDetailsRequest(VaadinRequest request, VaadinResponse response, VaadinServiceSession session)
          Deprecated.  
 void AbstractCommunicationManager.handleFileUpload(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Deprecated. Handles file upload request submitted via Upload component.
 void AbstractCommunicationManager.handleHeartbeatRequest(VaadinRequest request, VaadinResponse response, VaadinServiceSession session)
          Deprecated. Handles a heartbeat request.
 boolean UnsupportedBrowserHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean ConnectorResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean RequestHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Handles a non-UIDL request.
 boolean BootstrapHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
          Deprecated.  
 boolean GlobalResourceHandler.handleRequest(VaadinServiceSession session, VaadinRequest request, VaadinResponse response)
           
 boolean AbstractCommunicationManager.isXSRFEnabled(VaadinServiceSession session)
          Deprecated. Returns false if the cross site request forgery protection is turned off.
static void VaadinServiceSession.setCurrent(VaadinServiceSession session)
          Sets the thread local for the current session.
 void RequestTimer.stop(VaadinServiceSession context)
          Stops the timing of a request.
 

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

Uses of VaadinServiceSession in com.vaadin.ui
 

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

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



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