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 VaadinPortletService |
VaadinPortlet.createPortletService(DeploymentConfiguration deploymentConfiguration) |
protected List<RequestHandler> |
VaadinServletService.createRequestHandlers() |
protected List<RequestHandler> |
VaadinService.createRequestHandlers()
Called during initialization to add the request handlers for the service.
|
protected List<RequestHandler> |
VaadinPortletService.createRequestHandlers() |
protected VaadinServletService |
VaadinServlet.createServletService()
Creates a vaadin servlet service.
|
protected VaadinServletService |
VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
Creates a vaadin servlet service.
|
protected VaadinSession |
VaadinService.createVaadinSession(VaadinRequest request)
Creates a new Vaadin session for this service and request.
|
protected VaadinSession |
VaadinPortletService.createVaadinSession(VaadinRequest 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.
|
protected ConnectorIdGenerator |
VaadinService.initConnectorIdGenerator(List<ConnectorIdGenerator> addedConnectorIdGenerators)
Determines the connector id generator to use for the application.
|
static void |
ServletPortletHelper.initDefaultUIProvider(VaadinSession session,
VaadinService vaadinService)
Deprecated.
|
protected List<DependencyFilter> |
VaadinService.initDependencyFilters(List<DependencyFilter> sessionInitFilters)
Updates the list of resource dependency filters to use for the
application.
|
void |
SessionInitListener.sessionInit(SessionInitEvent event)
Invoked when a new Vaadin service session is initialized for that
service.
|
Constructor and Description |
---|
VaadinPortletService(VaadinPortlet portlet,
DeploymentConfiguration deploymentConfiguration) |
VaadinServletService(VaadinServlet servlet,
DeploymentConfiguration deploymentConfiguration) |
Constructor and Description |
---|
PushRequestHandler(VaadinServletService service) |
Copyright © 2018 Vaadin Ltd. All rights reserved.