Package | Description |
---|---|
com.vaadin.server |
Modifier and Type | Class and Description |
---|---|
class |
VaadinPortletService |
class |
VaadinServletService |
Modifier and Type | Method and Description |
---|---|
static VaadinService |
VaadinService.getCurrent()
Gets the currently used Vaadin service.
|
VaadinService |
VaadinSession.getService() |
VaadinService |
VaadinResponse.getService()
Gets the vaadin service for the context of this response.
|
VaadinService |
VaadinRequest.getService()
Gets the vaadin service for the context of this request.
|
VaadinService |
UIProviderEvent.getService()
Gets the Vaadin service from which the event originates.
|
VaadinService |
SystemMessagesInfo.getService()
Returns the service this SystemMessages request comes from.
|
VaadinService |
SessionInitEvent.getService()
Gets the Vaadin service from which this event originates.
|
VaadinService |
SessionDestroyEvent.getService()
Gets the Vaadin service from which the even originates.
|
VaadinService |
DependencyFilter.FilterContext.getService()
Gets the related Vaadin service.
|
VaadinService |
SessionInitEvent.getSource() |
VaadinService |
SessionDestroyEvent.getSource() |
VaadinService |
ServiceInitEvent.getSource() |
VaadinService |
ServiceDestroyEvent.getSource() |
VaadinService |
ConnectorIdGenerationEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
static void |
ServletPortletHelper.checkUiProviders(VaadinSession session,
VaadinService vaadinService)
Deprecated.
|
static VaadinSession |
VaadinSession.getForSession(VaadinService service,
WrappedSession underlyingSession)
Deprecated.
as of 7.6, call
loadSession(WrappedSession) instead |
protected 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, call
removeSession(WrappedSession) instead |
static 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, call
storeSession(VaadinSession, WrappedSession)
instead |
Constructor and Description |
---|
ServiceDestroyEvent(VaadinService service)
Creates a new event for the given service.
|
ServiceInitEvent(VaadinService service)
Creates a new service init event for a given
VaadinService and
the RequestHandler that 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.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.