| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeploymentConfiguration
An abstract base class for DeploymentConfiguration implementations.
|
class |
DefaultDeploymentConfiguration
The default implementation of
DeploymentConfiguration based on a base
class for resolving system properties and a set of init parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentConfiguration |
VaadinServlet.createDeploymentConfiguration(Properties initParameters) |
protected DeploymentConfiguration |
VaadinPortlet.createDeploymentConfiguration(Properties initParameters) |
DeploymentConfiguration |
VaadinSession.getConfiguration()
Gets the configuration for this session
|
DeploymentConfiguration |
VaadinService.getDeploymentConfiguration()
Gets the deployment configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected VaadinPortletService |
VaadinPortlet.createPortletService(DeploymentConfiguration deploymentConfiguration) |
protected VaadinServletService |
VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration) |
void |
VaadinSession.setConfiguration(DeploymentConfiguration configuration) |
| Constructor and Description |
|---|
VaadinPortletService(VaadinPortlet portlet,
DeploymentConfiguration deploymentConfiguration) |
VaadinService(DeploymentConfiguration deploymentConfiguration)
Creates a new vaadin service based on a deployment configuration
|
VaadinServletService(VaadinServlet servlet,
DeploymentConfiguration deploymentConfiguration) |
Copyright © 2017 Vaadin Ltd. All rights reserved.