Uses of Class
com.vaadin.server.VaadinService
-
Packages that use VaadinService Package Description com.vaadin.server -
-
Uses of VaadinService in com.vaadin.server
Subclasses of VaadinService in com.vaadin.server Modifier and Type Class Description classVaadinServletServiceMethods in com.vaadin.server that return VaadinService Modifier and Type Method Description static VaadinServiceVaadinService. getCurrent()Gets the currently used Vaadin service.VaadinServiceDependencyFilter.FilterContext. getService()Gets the related Vaadin service.VaadinServiceSessionDestroyEvent. getService()Gets the Vaadin service from which the even originates.VaadinServiceSessionInitEvent. getService()Gets the Vaadin service from which this event originates.VaadinServiceSystemMessagesInfo. getService()Returns the service this SystemMessages request comes from.VaadinServiceUIProviderEvent. getService()Gets the Vaadin service from which the event originates.VaadinServiceVaadinRequest. getService()Gets the vaadin service for the context of this request.VaadinServiceVaadinResponse. getService()Gets the vaadin service for the context of this response.VaadinServiceVaadinSession. getService()VaadinServiceConnectorIdGenerationEvent. getSource()VaadinServiceServiceDestroyEvent. getSource()VaadinServiceServiceInitEvent. getSource()VaadinServiceSessionDestroyEvent. getSource()VaadinServiceSessionInitEvent. getSource()Methods in com.vaadin.server with parameters of type VaadinService Modifier and Type Method Description static voidServletPortletHelper. checkUiProviders(VaadinSession session, VaadinService vaadinService)Deprecated.static VaadinSessionVaadinSession. getForSession(VaadinService service, WrappedSession underlyingSession)Deprecated.as of 7.6, callloadSession(WrappedSession)insteadstatic Class<? extends LegacyApplication>ServletPortletHelper. getLegacyApplicationClass(VaadinService vaadinService)Deprecated.protected static booleanVaadinSession. hasLock(VaadinService service, WrappedSession session)Checks if the current thread has exclusive access to the given WrappedSession.static voidServletPortletHelper. initDefaultUIProvider(VaadinSession session, VaadinService vaadinService)Deprecated.voidVaadinSession. refreshTransients(WrappedSession wrappedSession, VaadinService vaadinService)Refreshes the transient fields of the session to ensure they are up to date.voidVaadinSession. removeFromSession(VaadinService service)Deprecated.as of 7.6, callremoveSession(WrappedSession)insteadstatic voidVaadinService. setCurrent(VaadinService service)Sets the given Vaadin service as the current service.voidSystemMessagesInfo. setService(VaadinService service)voidVaadinSession. storeInSession(VaadinService service, WrappedSession session)Deprecated.as of 7.6, callstoreSession(VaadinSession, WrappedSession)insteadConstructors in com.vaadin.server with parameters of type VaadinService Constructor Description ServiceDestroyEvent(VaadinService service)Creates a new event for the given service.ServiceInitEvent(VaadinService service)Creates a new service init event for a givenVaadinServiceand theRequestHandlerthat will be used by the service.SessionDestroyEvent(VaadinService service, VaadinSession session)Creates a new event.SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request)Creates a new event.VaadinSession(VaadinService service)Creates a new VaadinSession tied to a VaadinService.
-