Uses of Interface
com.vaadin.server.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description com.vaadin.server -
-
Uses of DeploymentConfiguration in com.vaadin.server
Classes in com.vaadin.server that implement DeploymentConfiguration Modifier and Type Class Description class
AbstractDeploymentConfiguration
An abstract base class for DeploymentConfiguration implementations.class
DefaultDeploymentConfiguration
The default implementation ofDeploymentConfiguration
based on a base class for resolving system properties and a set of init parameters.Methods in com.vaadin.server that return DeploymentConfiguration Modifier and Type Method Description protected DeploymentConfiguration
VaadinServlet. createDeploymentConfiguration()
Creates a deployment configuration to be used for the creation of aVaadinService
.protected DeploymentConfiguration
VaadinServlet. createDeploymentConfiguration(Properties initParameters)
Creates a deployment configuration to be used for the creation of aVaadinService
.DeploymentConfiguration
VaadinSession. getConfiguration()
Gets the configuration for this session.DeploymentConfiguration
VaadinService. getDeploymentConfiguration()
Gets the deployment configuration.Methods in com.vaadin.server with parameters of type DeploymentConfiguration Modifier and Type Method Description protected VaadinServletService
VaadinServlet. createServletService(DeploymentConfiguration deploymentConfiguration)
Creates a vaadin servlet service.void
VaadinSession. setConfiguration(DeploymentConfiguration configuration)
Constructors in com.vaadin.server with parameters of type DeploymentConfiguration Constructor Description VaadinService(DeploymentConfiguration deploymentConfiguration)
Creates a new vaadin service based on a deployment configuration.VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
-