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 class
VaadinServletService
Methods in com.vaadin.server that return VaadinService Modifier and Type Method Description static VaadinService
VaadinService. getCurrent()
Gets the currently used Vaadin service.VaadinService
SessionDestroyEvent. getService()
Gets the Vaadin service from which the even originates.VaadinService
SessionInitEvent. getService()
Gets the Vaadin service from which this event originatesVaadinService
SystemMessagesInfo. getService()
Returns the service this SystemMessages request comes from.VaadinService
UIProviderEvent. getService()
Gets the Vaadin service from which the event originates.VaadinService
VaadinRequest. getService()
Gets the vaadin service for the context of this request.VaadinService
VaadinResponse. getService()
Gets the vaadin service for the context of this response.VaadinService
VaadinSession. getService()
VaadinService
ServiceDestroyEvent. getSource()
VaadinService
SessionDestroyEvent. getSource()
VaadinService
SessionInitEvent. getSource()
Methods in com.vaadin.server with parameters of type VaadinService Modifier and Type Method Description static void
ServletPortletHelper. checkUiProviders(VaadinSession session, VaadinService vaadinService)
Deprecated.static VaadinSession
VaadinSession. getForSession(VaadinService service, WrappedSession underlyingSession)
Deprecated.as of 7.6, callloadSession(WrappedSession)
insteadprotected static boolean
VaadinSession. hasLock(VaadinService service, WrappedSession session)
Checks if the current thread has exclusive access to the given WrappedSession.static void
ServletPortletHelper. initDefaultUIProvider(VaadinSession session, VaadinService vaadinService)
Deprecated.void
VaadinSession. refreshTransients(WrappedSession wrappedSession, VaadinService vaadinService)
Refreshes the transient fields of the session to ensure they are up to date.void
VaadinSession. removeFromSession(VaadinService service)
Deprecated.as of 7.6, callremoveSession(WrappedSession)
insteadstatic void
VaadinService. setCurrent(VaadinService service)
Sets the given Vaadin service as the current service.void
SystemMessagesInfo. setService(VaadinService service)
void
VaadinSession. 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.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.
-