| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.server.communication |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServletPortletHelper.checkUiProviders(VaadinSession session,
VaadinService vaadinService)
Deprecated.
|
protected List<RequestHandler> |
VaadinServletService.createRequestHandlers() |
protected List<RequestHandler> |
VaadinService.createRequestHandlers()
Called during initialization to add the request handlers for the service.
|
protected VaadinServletService |
VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration) |
protected VaadinSession |
VaadinService.createVaadinSession(VaadinRequest request)
Creates a new Vaadin session for this service and request
|
VaadinSession |
VaadinService.findVaadinSession(VaadinRequest request)
Attempts to find a Vaadin service session associated with this request.
|
void |
VaadinService.handleRequest(VaadinRequest request,
VaadinResponse response)
Handles the incoming request and writes the response into the response
object.
|
protected void |
VaadinService.handleSessionExpired(VaadinRequest request,
VaadinResponse response)
Called when the session has expired and the request handling is therefore
aborted.
|
void |
VaadinService.init()
Initializes this service.
|
static void |
ServletPortletHelper.initDefaultUIProvider(VaadinSession session,
VaadinService vaadinService)
Deprecated.
|
void |
SessionInitListener.sessionInit(SessionInitEvent event)
Invoked when a new Vaadin service session is initialized for that
service.
|
| Constructor and Description |
|---|
VaadinServletService(VaadinServlet servlet,
DeploymentConfiguration deploymentConfiguration) |
| Constructor and Description |
|---|
PushRequestHandler(VaadinServletService service) |
Copyright © 2023 Vaadin Ltd. All rights reserved.